NeoScan_Radiologist/app/modules/Auth/services/index.ts
2025-08-05 18:01:36 +05:30

15 lines
369 B
TypeScript

/*
* File: index.ts
* Description: Barrel export for Auth services
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export * from './';
export * from './biometricService';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/