refactor(orbit): co-locate orbit feature into features/orbit

This commit is contained in:
Psychotoxical
2026-06-30 01:02:58 +02:00
parent d6dbb615fd
commit 321d5ff6ab
93 changed files with 295 additions and 248 deletions
@@ -53,7 +53,7 @@ vi.mock('../playback/songToTrack', () => ({
songToTrack: mocks.songToTrack,
}));
vi.mock('../orbitBulkGuard', () => ({
vi.mock('@/features/orbit', () => ({
orbitBulkGuard: mocks.orbitBulkGuard,
}));