aboutsummaryrefslogtreecommitdiff
path: root/src/app/layout.tsx
diff options
context:
space:
mode:
Diffstat (limited to 'src/app/layout.tsx')
-rw-r--r--src/app/layout.tsx2
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>
);
}