feat(intrants): add /intrants route + sidebar nav
This commit is contained in:
@@ -9,6 +9,7 @@ export default createRouter({
|
||||
{ path: '/plantes', component: () => import('@/views/PlantesView.vue') },
|
||||
{ path: '/bibliotheque', component: () => import('@/views/BibliothequeView.vue') },
|
||||
{ path: '/outils', component: () => import('@/views/OutilsView.vue') },
|
||||
{ path: '/intrants', component: () => import('@/views/IntratsView.vue') },
|
||||
{ path: '/plantations', component: () => import('@/views/PlantationsView.vue') },
|
||||
{ path: '/planning', component: () => import('@/views/PlanningView.vue') },
|
||||
{ path: '/taches', component: () => import('@/views/TachesView.vue') },
|
||||
|
||||
Reference in New Issue
Block a user