NeoScan_Physician/app/modules/Auth/hooks/index.ts

15 lines
369 B
TypeScript

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