refactor: replace revenue and geofence pages with new hub management system

This commit is contained in:
sazzadulalambd
2026-04-26 16:02:53 +06:00
parent f724a00453
commit 03062bfc48
8 changed files with 884 additions and 291 deletions

View File

@@ -34,9 +34,8 @@ const adminNavItems = [
{ label: 'Fleet Management', href: '/admin/fleet', icon: Bike },
{ label: 'Damage & Maintenance', href: '/admin/maintenance', icon: Wrench },
{ label: 'Accounting', href: '/admin/accounting', icon: Calculator },
{ label: 'Revenue', href: '/admin/revenue', icon: CreditCard },
{ label: 'Hubs', href: '/admin/hub', icon: MapPin },
{ label: 'Reports', href: '/admin/reports', icon: BarChart3 },
{ label: 'Geofences', href: '/admin/geofence', icon: MapPin },
];
const bikerNavItems = [