diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 3a48e67..6fba06b 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -36,7 +36,7 @@ export default async function RootLayout({ children }: { children: React.ReactNo const serverTheme = stored === "light" || stored === "dark" ? stored : "light"; return ( - +