diff options
| author | Ivan Chen <ivan@tagg.id> | 2021-07-09 18:48:00 -0400 |
|---|---|---|
| committer | Ivan Chen <ivan@tagg.id> | 2021-07-09 18:48:00 -0400 |
| commit | a0f3288050ec1ea3b9b9fc1320fa54b7f3119bb2 (patch) | |
| tree | 07f9b7f70189e2e5aabc2b180f4181453483701b /src/screens/profile | |
| parent | bfd77dfd62c7e743d699834a7a3072fe9df08aa1 (diff) | |
Lint
Diffstat (limited to 'src/screens/profile')
| -rw-r--r-- | src/screens/profile/ChoosingCategoryScreen.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/screens/profile/ChoosingCategoryScreen.tsx b/src/screens/profile/ChoosingCategoryScreen.tsx index 68586aef..8a7e3007 100644 --- a/src/screens/profile/ChoosingCategoryScreen.tsx +++ b/src/screens/profile/ChoosingCategoryScreen.tsx @@ -10,7 +10,6 @@ import { View, } from 'react-native'; import LinearGradient from 'react-native-linear-gradient'; -import {useSafeAreaInsets} from 'react-native-safe-area-context'; import {useDispatch, useSelector} from 'react-redux'; import FrontArrow from '../../assets/icons/front-arrow.svg'; import PlusIcon from '../../assets/icons/plus-icon.svg'; |
