diff --git a/app/layout.tsx b/app/layout.tsx index 3786fbb..772502f 100644 --- a/app/layout.tsx +++ b/app/layout.tsx @@ -8,7 +8,7 @@ interface RootLayoutProps { export default function RootLayout({ children }: RootLayoutProps) { return ( - + {children}