From c2d33aa0c52bc2bee61b0195c30e37f81cafa643 Mon Sep 17 00:00:00 2001 From: mihna123 Date: Wed, 3 Jun 2026 17:00:50 +0200 Subject: Revert "feat: add google analytics script" This reverts commit 728fb96a78b7808a87e52cbc2f4bb0cbfb4f0f74. --- src/app/layout.tsx | 2 -- 1 file changed, 2 deletions(-) (limited to 'src') 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} - ); } -- cgit v1.3.1