Implement Tourist Guide System
This commit is contained in:
@@ -57,7 +57,8 @@ import {
|
||||
Sparkles,
|
||||
Leaf,
|
||||
Store,
|
||||
Server
|
||||
Server,
|
||||
ShieldAlert
|
||||
} from 'lucide-react';
|
||||
|
||||
const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
@@ -176,6 +177,15 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
},
|
||||
{ icon: Car, label: 'Vehicle Management', path: '/dashboard/vehicle-management' },
|
||||
{ icon: Leaf, label: 'Sustainability', path: '/dashboard/sustainability' },
|
||||
{
|
||||
icon: ShieldAlert,
|
||||
label: 'POLITUR',
|
||||
path: '/dashboard/politur',
|
||||
subItems: [
|
||||
{ icon: AlertTriangle, label: 'Emergencias', path: '/dashboard/politur/emergency' },
|
||||
{ icon: FileText, label: 'Reportes', path: '/dashboard/politur/reports' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Store,
|
||||
label: t('commerce'),
|
||||
|
||||
Reference in New Issue
Block a user