From ca55b7a2829144ede8795963de7d2e5d30ee0f54 Mon Sep 17 00:00:00 2001 From: GauthierWebDev Date: Fri, 18 Apr 2025 17:04:32 +0200 Subject: [PATCH] style: Update layout to wrap children in a div with class --- 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 8209bf6..ac71417 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}