diff options
| author | George Rusu <george@tagg.id> | 2021-05-05 17:54:14 -0700 |
|---|---|---|
| committer | George Rusu <george@tagg.id> | 2021-05-05 17:54:14 -0700 |
| commit | b3241dcb2e39350ae5192b9ddd2b865c1c105062 (patch) | |
| tree | 4a9ea42bdedad4ecffaea4a4abb3d3a6e889edec /src/screens/onboarding/index.ts | |
| parent | 0ae6415c3f8fec65bfb6996b773be6fe67a02d58 (diff) | |
consolidated old onboarding screens into one screen and route
Diffstat (limited to 'src/screens/onboarding/index.ts')
| -rw-r--r-- | src/screens/onboarding/index.ts | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/screens/onboarding/index.ts b/src/screens/onboarding/index.ts index 7eb0587f..c0d99dd2 100644 --- a/src/screens/onboarding/index.ts +++ b/src/screens/onboarding/index.ts @@ -8,3 +8,5 @@ export {default as PasswordResetRequest} from './PasswordResetRequest'; export {default as PhoneVerification} from './PhoneVerification'; export {default as PasswordVerification} from './PasswordVerification'; export {default as WelcomeScreen} from './WelcomeScreen'; +export {default as RevampedOnboarding} from './RevampedOnboarding'; + |
