aboutsummaryrefslogtreecommitdiff
path: root/src/screens/onboarding
diff options
context:
space:
mode:
authorIvan Chen <ivan@tagg.id>2021-04-20 17:10:33 -0400
committerIvan Chen <ivan@tagg.id>2021-04-20 17:21:36 -0400
commit5ff7cab4bd36337b2c86e3d4915a6fc3ceef1ddb (patch)
tree1620cc8ff132043aca30f8f0998d77a3ecc1add9 /src/screens/onboarding
parent5946e667c55de4ee4e9d5d64ad6e5f3eb5e123dd (diff)
linted
Diffstat (limited to 'src/screens/onboarding')
-rw-r--r--src/screens/onboarding/WaitlistSuccessScreen.tsx6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/screens/onboarding/WaitlistSuccessScreen.tsx b/src/screens/onboarding/WaitlistSuccessScreen.tsx
index 1f603e3a..f21672f1 100644
--- a/src/screens/onboarding/WaitlistSuccessScreen.tsx
+++ b/src/screens/onboarding/WaitlistSuccessScreen.tsx
@@ -10,12 +10,12 @@ import {
TouchableOpacity,
View,
} from 'react-native';
-import {ArrowButton, Background, SubmitButton} from '../../components';
+import CelebrationLogo from '../../assets/icons/celebration-logo.svg';
+import {ArrowButton, Background} from '../../components';
+import {TAGG_WEBSITE} from '../../constants';
import {OnboardingStackParams} from '../../routes';
import {BackgroundGradientType} from '../../types';
-import CelebrationLogo from '../../assets/icons/celebration-logo.svg';
import {SCREEN_HEIGHT} from '../../utils';
-import {TAGG_WEBSITE} from '../../constants';
type WaitlistSuccessScreenProp = StackNavigationProp<
OnboardingStackParams,