aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/index.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-10-06 22:06:06 -0700
committerGitHub <noreply@github.com>2020-10-07 01:06:06 -0400
commite86478f52e191c52fea20980278174af46f50953 (patch)
tree195cacdf4326d199294034c0712b626bf7ebcfda /src/screens/onboarding/index.ts
parent8aafec40501b2236f127cf9175e8a21eb31ee9b0 (diff)
TMA 207 : Updated the Onboarding Process (#42)
Diffstat (limited to 'src/screens/onboarding/index.ts')
-rw-r--r--src/screens/onboarding/index.ts1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/screens/onboarding/index.ts b/src/screens/onboarding/index.ts
index 094d1e7b..041864b7 100644
--- a/src/screens/onboarding/index.ts
+++ b/src/screens/onboarding/index.ts
@@ -1,6 +1,7 @@
export {default as Login} from './Login';
export {default as RegistrationOne} from './RegistrationOne';
export {default as RegistrationTwo} from './RegistrationTwo';
+export {default as RegistrationThree} from './RegistrationThree';
export {default as Verification} from './Verification';
export {default as Checkpoint} from './Checkpoint';
export {default as ProfileOnboarding} from './ProfileOnboarding';