From c6979c7c33e2888ab5db4c4135f7103febb355ff Mon Sep 17 00:00:00 2001 From: Dorian Niemiec Date: Mon, 25 Nov 2024 06:24:01 +0100 Subject: [PATCH] style: clean up the root layout code --- app/(root)/layout.jsx | 21 --------------------- 1 file changed, 21 deletions(-) diff --git a/app/(root)/layout.jsx b/app/(root)/layout.jsx index 32a1c70..76006b4 100644 --- a/app/(root)/layout.jsx +++ b/app/(root)/layout.jsx @@ -5,27 +5,6 @@ export default function RootLayout({ children }) { return (
- {/*
*/}
{children}