diff options
author | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 17:11:03 -0800 |
---|---|---|
committer | Shravya Ramesh <shravs1208@gmail.com> | 2021-02-09 17:11:03 -0800 |
commit | 4b6faadd4cc0a69b0aad5b44dfe6292635b39f6b (patch) | |
tree | 959cf8d5960e20cf378bc667ffacf5527a9e3560 /src/components/search | |
parent | 7fd3d9f6c4297747512f2bea69a11268ffa35f08 (diff) |
changed insta icon + added extra prop for switch
Diffstat (limited to 'src/components/search')
-rw-r--r-- | src/components/search/RecentSearches.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/search/RecentSearches.tsx b/src/components/search/RecentSearches.tsx index bdbd5773..bebf6bcf 100644 --- a/src/components/search/RecentSearches.tsx +++ b/src/components/search/RecentSearches.tsx @@ -6,7 +6,7 @@ import { StyleSheet, TouchableOpacityProps, } from 'react-native'; -import {PreviewType, ProfilePreviewType, ScreenType} from 'src/types'; +import {PreviewType, ProfilePreviewType, ScreenType} from '../../types'; import {TAGG_LIGHT_BLUE} from '../../constants'; import SearchResults from './SearchResults'; |