Browse Source

add typing

AykutSarac 2 years ago
parent
commit
db731ecc39
1 changed files with 1 additions and 1 deletions
  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 (