- Introduced NumberField for price input and TextareaField for service description in the ServiceDataCard component. - Updated ServiceCard component to display the new description and price fields, enhancing service details visibility. - Added formatMoney utility for consistent currency formatting across the application. - Updated GraphQL fragments and types to include price and description fields for services.
6 lines
160 B
TypeScript
6 lines
160 B
TypeScript
export * from './checkbox-field';
|
|
export * from './number-field';
|
|
export * from './text-field';
|
|
export * from './textarea-field';
|
|
export * from './time-field';
|