aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/store/reducers/userReducer.ts2
-rw-r--r--src/utils/common.ts2
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';