mirror of
https://github.com/Psychotoxical/psysonic.git
synced 2026-07-22 15:25:46 +00:00
refactor(orbit): co-locate orbit feature into features/orbit
This commit is contained in:
@@ -28,7 +28,7 @@ vi.mock('@/api/subsonic', () => ({
|
||||
|
||||
import { usePreviewStore } from './previewStore';
|
||||
import { useAuthStore } from './authStore';
|
||||
import { useOrbitStore } from './orbitStore';
|
||||
import { useOrbitStore } from '@/features/orbit';
|
||||
import { usePlayerStore } from './playerStore';
|
||||
import './previewPlayerVolumeSync';
|
||||
import { onInvoke, invokeMock } from '@/test/mocks/tauri';
|
||||
|
||||
Reference in New Issue
Block a user