- 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
7 lines
74 B
TypeScript
7 lines
74 B
TypeScript
import Root from './select.svelte';
|
|
|
|
export {
|
|
Root,
|
|
Root as Select
|
|
};
|