diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 7ffb551d..237df56e 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,9 +15,9 @@ const RootLayout = ({ children }: { children: React.ReactNode }) => { return ( + {children}
- {children} );