diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 018bb81..dcb2c66 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -16,7 +16,14 @@ export default function RootLayout({ }) { return ( - {children} + +
+ +
+ {children} + ) }