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} +