diff options
author | Ivan Chen <ivan@tagg.id> | 2021-06-01 19:01:09 -0400 |
---|---|---|
committer | Ivan Chen <ivan@tagg.id> | 2021-06-01 19:01:09 -0400 |
commit | ba010611f8768ff523390141010899acf2d77b8b (patch) | |
tree | 156c52b2442c52e8d006773f870eb8e2a0b52cd9 | |
parent | cc71a8ce5808b2f7c40423c1a731821105215984 (diff) |
Lint
-rw-r--r-- | src/store/reducers/userReducer.ts | 2 | ||||
-rw-r--r-- | src/utils/common.ts | 2 |
2 files changed, 1 insertions, 3 deletions
diff --git a/src/store/reducers/userReducer.ts b/src/store/reducers/userReducer.ts index 03fee112..4692c5d3 100644 --- a/src/store/reducers/userReducer.ts +++ b/src/store/reducers/userReducer.ts @@ -1,6 +1,4 @@ import {createSlice} from '@reduxjs/toolkit'; -import {ActionSheetIOS} from 'react-native'; -import {Badge} from 'react-native-elements'; import {NO_USER_DATA} from '../initialStates'; /** diff --git a/src/utils/common.ts b/src/utils/common.ts index 6804558f..7e54eeaf 100644 --- a/src/utils/common.ts +++ b/src/utils/common.ts @@ -1,5 +1,4 @@ import AsyncStorage from '@react-native-community/async-storage'; -import {HeaderTitle} from '@react-navigation/stack'; import moment from 'moment'; import {Linking} from 'react-native'; import {getAll} from 'react-native-contacts'; @@ -13,6 +12,7 @@ import { NotificationType, UniversityBadge, UniversityBadgeDisplayType, + UniversityBadgeType, UniversityType, } from './../types/types'; |