Implement remaining modules
This commit is contained in:
@@ -197,6 +197,16 @@ const DashboardLayout = ({ children }: { children: React.ReactNode }) => {
|
||||
{ icon: BookOpen, label: 'Biblioteca', path: '/dashboard/guides/library' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: DollarSign,
|
||||
label: 'Comisiones',
|
||||
path: '/dashboard/commissions',
|
||||
subItems: [
|
||||
{ icon: BarChart3, label: 'Dashboard', path: '/dashboard/commissions/dashboard' },
|
||||
{ icon: Settings, label: 'Reglas', path: '/dashboard/commissions/rules' },
|
||||
{ icon: FileText, label: 'Historial', path: '/dashboard/commissions/payments' }
|
||||
]
|
||||
},
|
||||
{
|
||||
icon: Store,
|
||||
label: t('commerce'),
|
||||
|
||||
Reference in New Issue
Block a user