diff --git a/src/common/routes/index.jsx b/src/common/routes/index.jsx new file mode 100644 index 0000000..e0320b3 --- /dev/null +++ b/src/common/routes/index.jsx @@ -0,0 +1,17 @@ +import Home from "@/states/Dashboard/pages/Home"; +import {PieChart} from "@mui/icons-material"; + +export const routes = [ + { + path: "/", + element: , + } +] + +export const sidebar = [ + { + path: "/", + icon: , + name: "Home" + } +] \ No newline at end of file