feat: implement battery management module with list and detail views
This commit is contained in:
@@ -47,6 +47,7 @@ const adminNavItems: NavItem[] = [
|
||||
{ label: 'Bikers', href: '/admin/bikers', icon: Users },
|
||||
{ label: 'Investors', href: '/admin/investors', icon: Wallet },
|
||||
{ label: 'Fleet Management', href: '/admin/fleet', icon: Bike },
|
||||
{ label: 'Battery Management', href: '/admin/batteries', icon: Battery },
|
||||
{ label: 'Merchants (P2)', href: '/admin/merchants', icon: Store },
|
||||
{ label: 'Swap Stations (P3)', href: '/admin/swap-stations', icon: Zap },
|
||||
|
||||
|
||||
Reference in New Issue
Block a user