Files
wishlist/src/lib/components/ui/select/index.ts
Rasmus Q 07c098df77 refactor: create shared UI components and utilities
- Add Select UI component
- Create currency utilities (CURRENCIES, formatPrice)
- Create ThemedCard wrapper component
- Create FormField wrapper component
- Update ItemForm and WishlistItem to use new abstractions
- Standardize currency type with single source of truth
2026-03-16 14:51:33 +00:00

7 lines
74 B
TypeScript

import Root from './select.svelte';
export {
Root,
Root as Select
};