aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding/index.ts
diff options
context:
space:
mode:
authorAshm Walia <40498934+ashmgarv@users.noreply.github.com>2020-12-07 15:31:11 -0800
committerGitHub <noreply@github.com>2020-12-07 18:31:11 -0500
commita6dd130d5b89650e1ff134595c071f7f9c6be114 (patch)
tree91d00b982ce1a85e36c10e13b5474ad8f9fdadd2 /src/screens/onboarding/index.ts
parent5de44211bbadb451b5951eb3f77658d9bab42bc5 (diff)
[TMA-402] New and beautiful splashscreen (#135)
* Some changes * Some more changes * Final touch
Diffstat (limited to 'src/screens/onboarding/index.ts')
-rw-r--r--src/screens/onboarding/index.ts1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/onboarding/index.ts b/src/screens/onboarding/index.ts
index d8ae7644..e116bf2c 100644
--- a/src/screens/onboarding/index.ts
+++ b/src/screens/onboarding/index.ts
@@ -5,6 +5,5 @@ export {default as RegistrationThree} from './RegistrationThree';
export {default as Verification} from './Verification';
export {default as Checkpoint} from './Checkpoint';
export {default as ProfileOnboarding} from './ProfileOnboarding';
-export {default as Splash} from './Splash';
export {default as InvitationCodeVerification} from './InvitationCodeVerification';
export {default as SocialMedia} from './SocialMedia';