diff --git a/app/layout.tsx b/app/layout.tsx index 18338df..36ba0ec 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -1,4 +1,5 @@ import type { Metadata } from 'next'; + import Script from 'next/script'; export const metadata: Metadata = { title: 'DiaryWhisper', @@ -13,6 +14,11 @@ export default function RootLayout({ return (
{children} + ); }