Improve subcription support

This commit is contained in:
Urtzi Alfaro
2025-09-01 19:21:12 +02:00
parent 72b4f60cf5
commit 6346c4bcb9
18 changed files with 3175 additions and 114 deletions

View File

@@ -20,6 +20,7 @@ import {
Bell,
Settings,
User,
CreditCard,
ChevronLeft,
ChevronRight,
ChevronDown,
@@ -95,6 +96,7 @@ const iconMap: Record<string, React.ComponentType<{ className?: string }>> = {
notifications: Bell,
settings: Settings,
user: User,
'credit-card': CreditCard,
};
/**