From c71ad00f1af12ca4f584a5798afa183ed221c4d9 Mon Sep 17 00:00:00 2001 From: Corwin Date: Tue, 30 Apr 2024 02:16:20 +0100 Subject: [PATCH] put body inside registry --- website/agb/src/app/layout.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/agb/src/app/layout.tsx b/website/agb/src/app/layout.tsx index 3bb3db51..1a751f95 100644 --- a/website/agb/src/app/layout.tsx +++ b/website/agb/src/app/layout.tsx @@ -13,9 +13,9 @@ export default function RootLayout({ }>) { return ( - - {children} - + + {children} + ); }