diff --git a/src/app/layout.tsx b/src/app/layout.tsx index ca30835c..7a71499a 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -68,7 +68,7 @@ export default function RootLayout({ children }: { children: React.ReactNode }) className="flex min-h-full bg-light-bg dark:bg-dark-bg" > - + {/* */} {children}