Improve frontend 5

This commit is contained in:
Urtzi Alfaro
2025-08-31 22:14:05 +02:00
parent c494078441
commit bde52d8ca2
16 changed files with 1989 additions and 2237 deletions

View File

@@ -19,6 +19,7 @@ import {
GraduationCap,
Bell,
Settings,
User,
ChevronLeft,
ChevronRight,
ChevronDown,
@@ -93,6 +94,7 @@ const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
training: GraduationCap,
notifications: Bell,
settings: Settings,
user: User,
};
/**