diff options
Diffstat (limited to 'src/screens/Search/modules/ExploreRecommendations.tsx')
-rw-r--r-- | src/screens/Search/modules/ExploreRecommendations.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/screens/Search/modules/ExploreRecommendations.tsx b/src/screens/Search/modules/ExploreRecommendations.tsx index 4cf84269a..de70240b1 100644 --- a/src/screens/Search/modules/ExploreRecommendations.tsx +++ b/src/screens/Search/modules/ExploreRecommendations.tsx @@ -8,7 +8,7 @@ import { DEFAULT_LIMIT as RECOMMENDATIONS_COUNT, useTrendingTopics, } from '#/state/queries/trending/useTrendingTopics' -import {useTrendingConfig} from '#/state/trending-config' +import {useTrendingConfig} from '#/state/service-config' import {atoms as a, useGutters, useTheme} from '#/alf' import {Hashtag_Stroke2_Corner0_Rounded} from '#/components/icons/Hashtag' import { |