change sidebar

This commit is contained in:
AmirHossein Mahmoodi
2023-12-19 12:04:29 +03:30
parent 94b1c734e7
commit 4cc54bf91d
3 changed files with 33 additions and 22 deletions

View File

@@ -5,7 +5,7 @@ import Header from "@/components/layouts/Dashboard/Header";
import Sidebar from "@/components/layouts/Dashboard/Sidebar";
import Content from "@/components/layouts/Dashboard/Content";
const drawerWidth = 240;
const drawerWidth = 260;
const DashboardLayouts = (props) => {
const {window} = props;