diff options
Diffstat (limited to 'src/components/search/SearchResults.tsx')
-rw-r--r-- | src/components/search/SearchResults.tsx | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/components/search/SearchResults.tsx b/src/components/search/SearchResults.tsx index fbeae1d8..277b3454 100644 --- a/src/components/search/SearchResults.tsx +++ b/src/components/search/SearchResults.tsx @@ -5,10 +5,10 @@ import { ScreenType, CategoryPreviewType, } from '../../types'; -import {StyleSheet, View} from 'react-native'; +import {View} from 'react-native'; import SearchResultsCell from './SearchResultCell'; import {useSelector} from 'react-redux'; -import {RootState} from 'src/store/rootReducer'; +import {RootState} from '../../store/rootReducer'; interface SearchResultsProps { results: ProfilePreviewType[]; previewType: PreviewType; |