From b757b870fea130a7ff90ca092619ef75371aafef Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Fri, 18 Apr 2025 21:12:31 +0200 Subject: [PATCH 1/4] style: Remove unnecessary div with class "grow" --- app/layouts/LayoutDefault.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/layouts/LayoutDefault.tsx b/app/layouts/LayoutDefault.tsx index ac71417..8209bf6 100644 --- a/app/layouts/LayoutDefault.tsx +++ b/app/layouts/LayoutDefault.tsx @@ -134,7 +134,7 @@ export default function DefaultLayout({ children }: { children: React.ReactNode -
{children}
+ {children}