feat(intrants): add /intrants route + sidebar nav

This commit is contained in:
2026-03-08 13:19:11 +01:00
parent 8bf281a3fb
commit 80173171b3
3 changed files with 3 additions and 0 deletions

View File

@@ -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') },