Files
documents_manager/src/services/index.ts
T
2026-07-09 19:32:27 -04:00

9 lines
273 B
TypeScript

/**
* Central export point for all File Manager services
*/
export { providerService } from './providerService';
export { serviceService } from './serviceService';
export { collectionService } from './collectionService';
export { entityService } from './entityService';