Vlad Chikalkin 10981e2afb
Issues/66 (#67)
* feat(profile): add 'Услуги' link button to LinksCard for service management

* feat(services): add create and update service functionalities with corresponding API actions and hooks
2025-08-01 19:54:10 +03:00

5 lines
144 B
TypeScript

export * from './service-buttons';
export * from './service-data-card';
export * from './services-add-button';
export * from './services-list';