diff --git a/src/app/layout.tsx b/src/app/layout.tsx index f9b632c..aaa669b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -9,7 +9,7 @@ export const metadata: Metadata = { export default function RootLayout({ children }: { children: React.ReactNode }) { return ( - +
{children}