#simple sidebar
@ = '.src/'
Create the route you need in the sidebar section '@/constants/sidebar-routes'
Before creating routes, it must be added to the routes interface '@/interfaces/routes'
After adding it to the Routes interface, you can creat route in routes '@/router'
But they must also be added to helper routes for the getRoutePath helper function to work!! '@/helpers/routes'
If you say "why do you need the helper function getRoutePath", it will find routes for you by url and assign it to the router as an object.
You can write your own styles
you can open as many nested routes as you want in, the sidebar will generate them for you internally