feat: implement battery management module with list and detail views

This commit is contained in:
sazzadulalambd
2026-05-16 12:10:49 +06:00
parent 62b8d567bd
commit f5cd411a05
3 changed files with 1744 additions and 0 deletions

View File

@@ -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 },