mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(music-network): co-locate MusicNetworkIndicator + presetIcon into music-network/ui (barrel-exported)
This commit is contained in:
@@ -7,7 +7,7 @@ import {
|
||||
type BuiltinPreset,
|
||||
type PresetId,
|
||||
} from '@/music-network';
|
||||
import { renderPresetIcon } from '@/components/settings/musicNetwork/presetIcon';
|
||||
import { renderPresetIcon } from '@/music-network';
|
||||
|
||||
/**
|
||||
* "Add a service" list, driven entirely by the preset registry. Token-poll
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
import { useTranslation } from 'react-i18next';
|
||||
import { getPreset, type Account, type UserProfile } from '@/music-network';
|
||||
import { renderPresetIcon } from '@/components/settings/musicNetwork/presetIcon';
|
||||
import { renderPresetIcon } from '@/music-network';
|
||||
|
||||
/**
|
||||
* One connected account as a single self-contained block: header (icon, label,
|
||||
|
||||
Reference in New Issue
Block a user