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