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" } ]