aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorShravya Ramesh <shravs1208@gmail.com>2021-05-27 11:40:47 -0700
committerShravya Ramesh <shravs1208@gmail.com>2021-06-11 11:52:21 -0700
commitfddb06e43c395f331b67222a0ca86625261875bb (patch)
tree5253605c1f8910eea57ca1a3e249596c56f223af /src
parent4024bf5c7ec0e01f2bae9f65030359c8da69b8f3 (diff)
Remove unused imports
Diffstat (limited to 'src')
-rw-r--r--src/components/notifications/Notification.tsx2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/components/notifications/Notification.tsx b/src/components/notifications/Notification.tsx
index dff65255..0f22599e 100644
--- a/src/components/notifications/Notification.tsx
+++ b/src/components/notifications/Notification.tsx
@@ -2,9 +2,7 @@ import {useNavigation} from '@react-navigation/native';
import React, {useEffect, useState} from 'react';
import {Alert, Image, StyleSheet, Text, View} from 'react-native';
import {TouchableWithoutFeedback} from 'react-native-gesture-handler';
-import LinearGradient from 'react-native-linear-gradient';
import {useDispatch, useStore} from 'react-redux';
-import {BACKGROUND_GRADIENT_MAP} from '../../constants';
import {ERROR_DELETED_OBJECT} from '../../constants/strings';
import {loadImageFromURL} from '../../services';
import {