Files
people_manager/src/services/index.ts
T
2026-02-24 17:38:48 -05:00

5 lines
210 B
TypeScript

export { providerService } from './providerService';
export { serviceService } from './serviceService';
export { collectionService } from './collectionService';
export { entityService } from './entityService';