mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-08 04:50:12 +02:00
fix all imports for new structure
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
import type { QueueSong } from '/@/renderer/api/types';
|
||||
import type { PlayerData, QueueSong } from '/@/shared/types/domain-types';
|
||||
|
||||
import isElectron from 'is-electron';
|
||||
|
||||
import { api } from '/@/renderer/api';
|
||||
import { getServerById, PlayerData, useSettingsStore } from '/@/renderer/store';
|
||||
import { getServerById, useSettingsStore } from '/@/renderer/store';
|
||||
|
||||
const mpvPlayer = isElectron() ? window.api.mpvPlayer : null;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user