diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-22 19:21:26 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-22 19:21:26 -0400 |
commit | 4ecc4525738dc8a56c9f37a05d0870e54cfa5be9 (patch) | |
tree | c1d97f5afef6f7eb91b7d12058e06df491fd9550 /src/components | |
parent | c3066187b9d253767e32880cc35ddd1abc6db6b3 (diff) |
Lint
Diffstat (limited to 'src/components')
-rw-r--r-- | src/components/profile/ProfileBody.tsx | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/profile/ProfileBody.tsx b/src/components/profile/ProfileBody.tsx index 048de696..cc001516 100644 --- a/src/components/profile/ProfileBody.tsx +++ b/src/components/profile/ProfileBody.tsx @@ -1,7 +1,5 @@ import React from 'react'; import {LayoutChangeEvent, Linking, StyleSheet, Text, View} from 'react-native'; -import {TouchableOpacity} from 'react-native-gesture-handler'; -import {launchCamera} from 'react-native-image-picker'; import {useDispatch, useSelector, useStore} from 'react-redux'; import {TAGG_DARK_BLUE, TOGGLE_BUTTON_TYPE} from '../../constants'; import { |