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

16 lines
428 B
TypeScript

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