From 902970810aa1122b6d8502d2ebaedae68d610cd7 Mon Sep 17 00:00:00 2001 From: Kevin Chang <52964758+kevin0216@users.noreply.github.com> Date: Tue, 24 Oct 2023 03:21:12 +0000 Subject: [PATCH] Rollback Google Analysis --- app/layout.tsx | 10 +--------- hooks/ga.tsx | 0 2 files changed, 1 insertion(+), 9 deletions(-) create mode 100644 hooks/ga.tsx diff --git a/app/layout.tsx b/app/layout.tsx index 11fea77..0295dc0 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -12,6 +12,7 @@ const inter = Inter({ export const runtime = "edge"; + export default function Layout({ children }: { children: ReactNode }) { return ( @@ -20,15 +21,6 @@ export default function Layout({ children }: { children: ReactNode }) { {children}