From 29e5f661d5233211f8b473c80ea258b075011cbb Mon Sep 17 00:00:00 2001 From: Anghelo Flores Date: Tue, 17 Feb 2026 19:14:09 +0000 Subject: [PATCH] fix: corregido layout --- front/src/router/index.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: [ {