Implement remaining modules

This commit is contained in:
gpt-engineer-app[bot]
2025-10-11 16:00:53 +00:00
parent 1b16a9a584
commit d8e03978e1
5 changed files with 797 additions and 0 deletions

View File

@@ -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'),