AykutSarac %!s(int64=3) %!d(string=hai) anos
pai
achega
db731ecc39
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      src/components/GoogleAnalytics/index.tsx

+ 1 - 1
src/components/GoogleAnalytics/index.tsx

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