From 7fa44e6fd3d233cd4f8d4e36099e0733ee50a2a4 Mon Sep 17 00:00:00 2001 From: n4ze3m Date: Fri, 31 May 2024 22:05:43 +0530 Subject: [PATCH] refactor: Remove unnecessary flex classes from main element in Layout component --- src/components/Layouts/Layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/components/Layouts/Layout.tsx b/src/components/Layouts/Layout.tsx index 699fce0..0da5433 100644 --- a/src/components/Layouts/Layout.tsx +++ b/src/components/Layouts/Layout.tsx @@ -24,7 +24,7 @@ export default function OptionLayout({ setSidebarOpen={setSidebarOpen} setOpenModelSettings={setOpenModelSettings} /> -
{children}
+
{children}