diff --git a/web/src/app/layout.tsx b/web/src/app/layout.tsx index 969428a..00a442c 100644 --- a/web/src/app/layout.tsx +++ b/web/src/app/layout.tsx @@ -2,8 +2,7 @@ import type { Metadata } from "next"; import { Inter } from "next/font/google"; import "./globals.css"; import { ReactNode } from "react"; -import { GoogleAnalytics } from '@next/third-parties/google' - +import { GoogleAnalytics } from '@next/third-parties/google'; const inter = Inter({ subsets: ["latin"] });