From c2941b479bae1484fdf8f44bd1cab4eb673ac3aa Mon Sep 17 00:00:00 2001 From: Miki Lombardi Date: Wed, 15 Jan 2025 10:32:46 +0000 Subject: [PATCH] feat: add gtag --- src/app/layout.tsx | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 65e74e8..043ac0a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -22,6 +22,14 @@ export default function RootLayout({ children }: Readonly<{ children: React.Reac + {children}