Files
rn-app/services/index.ts

9 lines
213 B
TypeScript
Raw Normal View History

2025-11-06 16:37:01 +08:00
/**
* Services
*/
export { default as authService } from './authService';
export { default as userService } from './userService';
export { default as tenantService } from './tenantService';