diff --git a/nuxt4-app/app/components/app/AppSidebar.vue b/nuxt4-app/app/components/app/AppSidebar.vue index 0efab66..0d5f52c 100644 --- a/nuxt4-app/app/components/app/AppSidebar.vue +++ b/nuxt4-app/app/components/app/AppSidebar.vue @@ -297,6 +297,12 @@ const navigationPrimary = computed(() => [ to: '/informe-comercios', active: route.path === '/informe-comercios' }, + { + label: 'Informe Empleados', + icon: 'i-lucide-users', + to: '/informe-empleados', + active: route.path === '/informe-empleados' + }, { label: 'Comparativa Cosechas', icon: 'i-lucide-calendar-range',