Continue with next module

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 15:50:35 +00:00
parent aaac624bf9
commit 9ac041c74d
5 changed files with 853 additions and 1 deletions

View File

@@ -58,7 +58,8 @@ import {
Leaf,
Store,
Server,
ShieldAlert
ShieldAlert,
UserCircle
} from 'lucide-react';
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
@@ -186,6 +187,16 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
{ icon: FileText, label: 'Reportes', path: '/dashboard/politur/reports' }
]
},
{
icon: UserCircle,
label: 'Guías Turísticos',
path: '/dashboard/guides',
subItems: [
{ icon: Home, label: 'Dashboard', path: '/dashboard/guides' },
{ icon: BookOpen, label: 'Crear Itinerario', path: '/dashboard/guides/itinerary' },
{ icon: BookOpen, label: 'Biblioteca', path: '/dashboard/guides/library' }
]
},
{
icon: Store,
label: t('commerce'),