diff options
Diffstat (limited to 'src/app')
| -rw-r--r-- | src/app/layout.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 1a1dbf0..8630def 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1,6 +1,5 @@ import type { Metadata } from 'next'; import { Geist, Geist_Mono } from 'next/font/google'; -import { GoogleAnalytics } from '@next/third-parties/google'; import './globals.css'; const geistSans = Geist({ @@ -30,7 +29,6 @@ export default function RootLayout({ > {children} </body> - <GoogleAnalytics gaId="G-PPNQQX1XCD" /> </html> ); } |
