|
@@ -3,7 +3,7 @@ import React from "react";
|
|
|
|
|
|
const isDevelopment = process.env.NODE_ENV === "development";
|
|
const isDevelopment = process.env.NODE_ENV === "development";
|
|
|
|
|
|
-export const GoogleAnalytics = () => {
|
|
|
|
|
|
+export const GoogleAnalytics: React.FC = () => {
|
|
if (isDevelopment) return null;
|
|
if (isDevelopment) return null;
|
|
|
|
|
|
return (
|
|
return (
|