Add roles menu to Admin Panel
This commit is contained in:
@@ -119,6 +119,7 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
},
|
||||
{ icon: AlertTriangle, label: 'Emergencias', path: '/dashboard/admin?tab=emergency' },
|
||||
{ icon: MessageSquare, label: 'Soporte', path: '/dashboard/admin?tab=support' },
|
||||
{ icon: Shield, label: 'Roles & Permisos', path: '/dashboard/roles-permissions' },
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: 'Comisiones',
|
||||
|
||||
Reference in New Issue
Block a user