diff --git a/apps/marketplace/src/app/layout.tsx b/apps/marketplace/src/app/layout.tsx index 470c91e..977c398 100644 --- a/apps/marketplace/src/app/layout.tsx +++ b/apps/marketplace/src/app/layout.tsx @@ -17,6 +17,14 @@ export default function RootLayout({ children }: { children: React.ReactNode }) const language = getMarketplaceLanguage() return ( + + {/* Runs before hydration to prevent flash of wrong theme */} +