From 2b4a5b5721946839de2b2f249011fc37477a2347 Mon Sep 17 00:00:00 2001 From: DaeHyun Date: Tue, 21 May 2024 15:53:11 +0900 Subject: [PATCH] fix: GA_ID type --- examples/with-google-analytics/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/with-google-analytics/app/layout.tsx b/examples/with-google-analytics/app/layout.tsx index f5c625f264a7f0..d70f969428b47f 100644 --- a/examples/with-google-analytics/app/layout.tsx +++ b/examples/with-google-analytics/app/layout.tsx @@ -13,7 +13,7 @@ export default function RootLayout({ }) { return ( - + {children} );