Created the routes index.jsx
This commit is contained in:
parent
168457558c
commit
2ae9d493eb
17
src/common/routes/index.jsx
Normal file
17
src/common/routes/index.jsx
Normal file
@ -0,0 +1,17 @@
|
|||||||
|
import Home from "@/states/Dashboard/pages/Home";
|
||||||
|
import {PieChart} from "@mui/icons-material";
|
||||||
|
|
||||||
|
export const routes = [
|
||||||
|
{
|
||||||
|
path: "/",
|
||||||
|
element: <Home/>,
|
||||||
|
}
|
||||||
|
]
|
||||||
|
|
||||||
|
export const sidebar = [
|
||||||
|
{
|
||||||
|
path: "/",
|
||||||
|
icon: <PieChart />,
|
||||||
|
name: "Home"
|
||||||
|
}
|
||||||
|
]
|
Loading…
x
Reference in New Issue
Block a user