Imporve the routes and the menu

This commit is contained in:
Urtzi Alfaro
2025-09-19 12:06:26 +02:00
parent 105410c9d3
commit caf6d92850
5 changed files with 437 additions and 334 deletions

View File

@@ -17,6 +17,7 @@ import {
Truck,
Zap,
Database,
Store,
GraduationCap,
Bell,
Settings,
@@ -93,6 +94,7 @@ const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
procurement: Truck,
pos: Zap,
data: Database,
database: Store,
training: GraduationCap,
notifications: Bell,
settings: Settings,