From fbc815e776abf2510221b491569dd6d0c1d74887 Mon Sep 17 00:00:00 2001 From: Neshura Date: Fri, 9 Dec 2022 18:28:58 +0100 Subject: [PATCH] Moved Sidebarplaceholder to sidebar component Potentially equal size to the sidebar in the future --- components/layout.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/components/layout.tsx b/components/layout.tsx index 699bf27..6163070 100644 --- a/components/layout.tsx +++ b/components/layout.tsx @@ -26,7 +26,6 @@ const LayoutReadyOrNot = ({ children }: { children: React.ReactNode }) => { -
{children}