diff options
author | George Rusu <george@tagg.id> | 2021-05-10 16:27:21 -0700 |
---|---|---|
committer | George Rusu <george@tagg.id> | 2021-05-10 16:27:21 -0700 |
commit | 86a24044fd61a42f4da7cf75d0180870e95704b9 (patch) | |
tree | c469e78d2cc0b7c536d352baccab993a279b1243 /src/screens/onboarding/ProfileInfoOnboarding.tsx | |
parent | 4859c58b1d6bebc7f8a1b4e7345393a1dfdc33d8 (diff) |
removed unused imports. added taken username request
Diffstat (limited to 'src/screens/onboarding/ProfileInfoOnboarding.tsx')
-rw-r--r-- | src/screens/onboarding/ProfileInfoOnboarding.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/onboarding/ProfileInfoOnboarding.tsx b/src/screens/onboarding/ProfileInfoOnboarding.tsx index a481b0c0..13cffd10 100644 --- a/src/screens/onboarding/ProfileInfoOnboarding.tsx +++ b/src/screens/onboarding/ProfileInfoOnboarding.tsx @@ -16,7 +16,7 @@ import Animated from 'react-native-reanimated'; import { Background, BirthDatePicker, - RegistrationWizard, + // RegistrationWizard, TaggDropDown, TaggInput, UniversitySelection, |