diff --git a/app/layout.tsx b/app/layout.tsx index 4ee2fdf..af12209 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}