diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-23 03:12:00 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-23 03:12:00 -0800 |
commit | 7692a4321af074158f75c96b8aa3b71dbf9e3bb5 (patch) | |
tree | a9d4f9cca17c9e4363b7754cfdf7af64e50cc9c2 /src | |
parent | 5315bc891451c3905c5413bcf74e03d1769533d1 (diff) |
unused import
Diffstat (limited to 'src')
-rw-r--r-- | src/components/profile/Friends.tsx | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/components/profile/Friends.tsx b/src/components/profile/Friends.tsx index da289e8a..02a7460a 100644 --- a/src/components/profile/Friends.tsx +++ b/src/components/profile/Friends.tsx @@ -2,7 +2,6 @@ import React from 'react'; import {View, StyleSheet, ScrollView, Text} from 'react-native'; import {ProfilePreviewType, ScreenType} from '../../types'; import {ProfilePreview} from '..'; -import {Button} from 'react-native-elements'; import {normalize, SCREEN_HEIGHT, SCREEN_WIDTH} from '../../utils'; import {TAGG_LIGHT_BLUE} from '../../constants'; import {RootState} from '../../store/rootReducer'; |