From 8700f65962079aa82531690f0da37e5fefe57772 Mon Sep 17 00:00:00 2001 From: ChrQR Date: Sun, 12 May 2024 22:16:06 +0200 Subject: [PATCH] added cloudflare analytics --- app/layout.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app/layout.tsx b/app/layout.tsx index 6740f09..d08fd19 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -16,7 +16,10 @@ export default function RootLayout({ }>) { return ( - {children} + + + {children} + ); }