diff --git a/app/layout.js b/app/layout.js index ade860a..5e55d9b 100644 --- a/app/layout.js +++ b/app/layout.js @@ -1,3 +1,4 @@ +import { GoogleAnalytics } from '@next/third-parties/google' import localFont from "next/font/local"; import "./globals.css"; import Head from "next/head"; @@ -38,6 +39,7 @@ export default function RootLayout({ children }) {
{children} +