feat: Add GridDashboard component and update routing; replace Prueba_appshell with Grid_Dashboard

This commit is contained in:
2025-05-08 23:31:05 +02:00
parent 20173e9042
commit 8d35da1972
10 changed files with 412 additions and 27 deletions
+1 -1
View File
@@ -4,7 +4,7 @@ export const submenuLinks = {
Home: [
{ label: 'Inicio', to: '/' },
{ label: 'Consulta Api', to: '/Consulta_API' },
{ label: 'Prueba_appshell', to: '/prueba_appshell' },
{ label: 'Grid_Dashboard', to: '/Grid_Dashboard' },
],
Dashboard: [
{ label: 'Resumen', to: '/dashboard/resumen' },