From 7fdd2aebb67ec1ee5279b46d92f7dcad0a425200 Mon Sep 17 00:00:00 2001 From: Antoine BERNIER Date: Sat, 14 Sep 2024 15:05:23 +0200 Subject: [PATCH] fix: warning in console --- src/app/layout.tsx | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index d6ddd374..08a39e46 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -56,19 +56,12 @@ export default function RootLayout({ children: React.ReactNode }>) { return ( - + - - {children} - + {children} )