diff --git a/src/app/layout.tsx b/src/app/layout.tsx index e7ac949..9fc580d 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from 'next'; +import { GoogleAnalytics } from '@/components/google-analytics'; import { Navigation } from '@/components/navigation'; import './globals.css'; @@ -60,6 +61,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) /> +
{children}