diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3314e47..f8d34b2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,8 +15,27 @@ export default function RootLayout({ children: React.ReactNode; }>) { return ( - - {children} + + + {/* Set theme before React hydration to prevent FOUC */} +