Continue with next module
This commit is contained in:
@@ -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'),
|
||||
|
||||
Reference in New Issue
Block a user