From ace0e5941c21fd9c1109fe985772f4ae30ebf24f Mon Sep 17 00:00:00 2001 From: Riccardo Senica Date: Thu, 22 Jan 2026 18:33:05 +0100 Subject: [PATCH] feat: add analytics --- app/layout.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/app/layout.tsx b/app/layout.tsx index ddc1344..63d9766 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,5 +1,6 @@ import type { Metadata } from 'next'; import { ReactNode } from 'react'; + import Script from 'next/script'; export const metadata: Metadata = { title: 'DiaryWhisper', @@ -10,6 +11,11 @@ export default function RootLayout({ children }: { children: ReactNode }) { return ( {children} +