From cb98d91577be85aa1d969e8d416f72f00a7f7773 Mon Sep 17 00:00:00 2001 From: bragaz_rexita Date: Wed, 22 Oct 2025 15:26:38 +0700 Subject: [PATCH] Repair layout --- src/layout/LayoutSidebar.jsx | 2 +- src/layout/MainLayout.jsx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/src/layout/LayoutSidebar.jsx b/src/layout/LayoutSidebar.jsx index e5fc25c..5a1353e 100644 --- a/src/layout/LayoutSidebar.jsx +++ b/src/layout/LayoutSidebar.jsx @@ -7,7 +7,7 @@ const { Sider } = Layout; const LayoutSidebar = () => { return ( { diff --git a/src/layout/MainLayout.jsx b/src/layout/MainLayout.jsx index f752177..5cc73fe 100644 --- a/src/layout/MainLayout.jsx +++ b/src/layout/MainLayout.jsx @@ -20,7 +20,7 @@ const MainLayout = ({ children }) => {