diff --git a/front/src/router/index.js b/front/src/router/index.js index ec4fa8f..0ea12e9 100644 --- a/front/src/router/index.js +++ b/front/src/router/index.js @@ -108,7 +108,7 @@ const routes = [ { path: '/admin/dashboard', - component: () => import('../views/administrador/layout/Layout.vue'), + component: () => import('../views/administrador/layout/layout.vue'), meta: { requiresAuth: true, role: 'administrador' }, children: [ {