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

16 lines
491 B
TypeScript

/*
* File: index.ts
* Description: Barrel export for Auth components
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/
export { default as BiometricLogin } from './BiometricLogin';
export { default as PinInput } from './PinInput';
export { default as EmergencyAccess } from './EmergencyAccess';
/*
* End of File: index.ts
* Design & Developed by Tech4Biz Solutions
* Copyright (c) Spurrin Innovations. All rights reserved.
*/