refactor(ui): co-locate CachedImage as a shared primitive in src/ui

This commit is contained in:
Psychotoxical
2026-06-29 22:36:12 +02:00
parent bd2d669b99
commit 53b244de1f
12 changed files with 13 additions and 13 deletions
+1 -1
View File
@@ -10,7 +10,7 @@ import { useAlbumCoverRef } from '../cover/useLibraryCoverRef';
import { useArtistBanner, useArtistFanart } from '../cover/useArtistFanart';
import { useCoverArt } from '../cover/useCoverArt';
import { useHeroBackdrop } from '../cover/useHeroBackdrop';
import { useCachedUrl } from './CachedImage';
import { useCachedUrl } from '@/ui/CachedImage';
import { usePlayerStore } from '../store/playerStore';
import { useTranslation } from 'react-i18next';
import { useIsMobile } from '../hooks/useIsMobile';