From 9049c94c8c8593086ea91ff639b0d0fd3e1a2655 Mon Sep 17 00:00:00 2001 From: Dylan Audius Date: Sun, 13 Sep 2026 15:11:53 -0700 Subject: [PATCH] fix(mobile): restore import/order in ExploreContent after the weekly-rotation rename Mobile Verify has been red on every main run since #14583 over this one import; the OTA jobs don't depend on it, so it went unnoticed. Co-Authored-By: Claude Fable 5.1 --- .../src/screens/explore-screen/components/ExploreContent.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/mobile/src/screens/explore-screen/components/ExploreContent.tsx b/packages/mobile/src/screens/explore-screen/components/ExploreContent.tsx index 2a5ae47b829..542535665ea 100644 --- a/packages/mobile/src/screens/explore-screen/components/ExploreContent.tsx +++ b/packages/mobile/src/screens/explore-screen/components/ExploreContent.tsx @@ -8,7 +8,6 @@ import { useSearchCategory } from 'app/screens/search-screen/searchState' import { ArtistSpotlight } from './ArtistSpotlight' import { BestSellingAlbums } from './BestSellingAlbums' -import { WeeklyRotation } from './WeeklyRotation' import { FeaturedPlaylists } from './FeaturedPlaylists' import { FeaturedRemixContests } from './FeaturedRemixContests' import { FeelingLucky } from './FeelingLucky' @@ -17,6 +16,7 @@ import { NewAlbumReleases } from './NewAlbumReleases' import { RecentlyPlayedTracks } from './RecentlyPlayed' import { TopAlbumsThisMonth } from './TopAlbumsThisMonth' import { TrendingGenres } from './TrendingGenres' +import { WeeklyRotation } from './WeeklyRotation' export const ExploreContent = () => { const [category] = useSearchCategory()