mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(ui): co-locate CachedImage as a shared primitive in src/ui
This commit is contained in:
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user