diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 67db516..26e0ed5 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -25,7 +25,7 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - + @@ -39,4 +39,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file