diff options
| author | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 16:58:21 -0800 |
|---|---|---|
| committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-03-05 20:58:06 -0800 |
| commit | 7e1e9a443a7e38fdbe21129c3d3c853f75bd3162 (patch) | |
| tree | 6750c847b0335b01e88710cada5a8b411de5613f /src/components/search/DiscoverUsers.tsx | |
| parent | 241be3c97d5396d051071b04f53fc77e07509ae4 (diff) | |
getting buttons from backend for search page
Diffstat (limited to 'src/components/search/DiscoverUsers.tsx')
| -rw-r--r-- | src/components/search/DiscoverUsers.tsx | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/components/search/DiscoverUsers.tsx b/src/components/search/DiscoverUsers.tsx index ec0a8daa..93fcb02d 100644 --- a/src/components/search/DiscoverUsers.tsx +++ b/src/components/search/DiscoverUsers.tsx @@ -1,11 +1,5 @@ import React from 'react'; -import { - View, - Text, - TouchableOpacity, - StyleSheet, - TouchableOpacityProps, -} from 'react-native'; +import {View, Text, StyleSheet, TouchableOpacityProps} from 'react-native'; import {PreviewType, ProfilePreviewType, ScreenType} from '../../types'; import SearchResults from './SearchResults'; |
