From 374f4c044d6525f62d1634936eca9b88d6a1df51 Mon Sep 17 00:00:00 2001 From: "D. Rimron-Soutter" Date: Fri, 17 Oct 2025 13:59:49 +0100 Subject: [PATCH] Surpress hydration warning --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 ( - +