diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6eb08ac..3603ebf 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,8 +16,10 @@ export default function RootLayout({ children: React.ReactNode; }) { return ( - - {children} + + + {children} +