AykutSarac 3 年 前
コミット
db731ecc39
1 ファイル変更1 行追加1 行削除
  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 (