refactor(randomMix): co-locate random/lucky-mix feature into features/randomMix

This commit is contained in:
Psychotoxical
2026-06-30 18:08:15 +02:00
parent f443a60c54
commit f05183d412
20 changed files with 44 additions and 31 deletions
+1 -1
View File
@@ -17,7 +17,7 @@ import {
getLibraryItemsForReorder,
getSystemItemsForReorder,
} from '@/features/sidebar/utils/sidebarNavReorder';
import { useLuckyMixAvailable } from '@/hooks/useLuckyMixAvailable';
import { useLuckyMixAvailable } from '@/features/randomMix';
import { usePerfProbeFlags } from '@/utils/perf/perfFlags';
import { useSidebarNewReleasesUnread } from '@/features/sidebar/hooks/useSidebarNewReleasesUnread';
import { useSidebarNavDnd } from '@/features/sidebar/hooks/useSidebarNavDnd';