diff options
author | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-01 16:57:25 -0500 |
---|---|---|
committer | Leon Jiang <35908040+leonyjiang@users.noreply.github.com> | 2021-03-01 16:57:25 -0500 |
commit | 09a9ddcbe1e32b17bd8d7c7519bb41b41e13f837 (patch) | |
tree | 77eacfc295ba681ca7f67973a4b7da7d61629ac4 /src/components/onboarding | |
parent | 2f83eb360c583d6b110c045f07ae57227cda3fa5 (diff) |
Fix imports causing app crashes
Diffstat (limited to 'src/components/onboarding')
-rw-r--r-- | src/components/onboarding/LinkSocialMedia.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/onboarding/LinkSocialMedia.tsx b/src/components/onboarding/LinkSocialMedia.tsx index f3915752..eb3cf218 100644 --- a/src/components/onboarding/LinkSocialMedia.tsx +++ b/src/components/onboarding/LinkSocialMedia.tsx @@ -7,7 +7,7 @@ import { TouchableOpacity, TouchableOpacityProps, } from 'react-native'; -import {SocialLinkModal} from '..'; +import {SocialLinkModal} from '../common'; import { INTEGRATED_SOCIAL_LIST, SOCIAL_FONT_COLORS, |