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 /src/store | |
| parent | cc71a8ce5808b2f7c40423c1a731821105215984 (diff) | |
Lint
Diffstat (limited to 'src/store')
| -rw-r--r-- | src/store/reducers/userReducer.ts | 2 |
1 files changed, 0 insertions, 2 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'; /** |
