14 lines
401 B
TypeScript
14 lines
401 B
TypeScript
/*
|
|
* File: AuthNavigator.tsx
|
|
* Description: Authentication stack navigator
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|
|
|
|
export { AuthNavigator as default } from '../modules/Auth/navigation';
|
|
|
|
/*
|
|
* End of File: AuthNavigator.tsx
|
|
* Design & Developed by Tech4Biz Solutions
|
|
* Copyright (c) Spurrin Innovations. All rights reserved.
|
|
*/
|