From f87851f76c8bfce58956379e908fc2c1cee7d038 Mon Sep 17 00:00:00 2001 From: Henri Remonen Date: Sun, 4 Feb 2024 16:21:48 +0200 Subject: [PATCH] chore: suppress hydration warnings --- 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 78a453c..668e0c2 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -15,7 +15,7 @@ export const metadata: Metadata = { } const RootLayout = ({ children }: { children: React.ReactNode }) => ( - +