diff options
Diffstat (limited to 'src/screens/onboarding/index.ts')
-rw-r--r-- | src/screens/onboarding/index.ts | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/screens/onboarding/index.ts b/src/screens/onboarding/index.ts index 919ad7fd..e89e1d5f 100644 --- a/src/screens/onboarding/index.ts +++ b/src/screens/onboarding/index.ts @@ -1,4 +1,5 @@ export {default as Login} from './Login'; -export {default as Registration} from './Registration'; +export {default as RegistrationOne} from './RegistrationOne'; +export {default as RegistrationTwo} from './RegistrationTwo'; export {default as Verification} from './Verification'; export {default as Profile} from './Profile'; |