This commit is contained in:
jeffvli
2025-11-06 18:38:21 -08:00
parent e0256dd535
commit 02e721ce17
@@ -12,9 +12,9 @@ import { useHandleGeneralContextMenu } from '/@/renderer/features/context-menu/h
import { AppRoute } from '/@/renderer/router/routes'; import { AppRoute } from '/@/renderer/router/routes';
import { import {
useAppStoreActions, useAppStoreActions,
usePlayerSong,
useFullScreenPlayerStore, useFullScreenPlayerStore,
useHotkeySettings, useHotkeySettings,
usePlayerSong,
useSetFullScreenPlayerStore, useSetFullScreenPlayerStore,
useSidebarStore, useSidebarStore,
} from '/@/renderer/store'; } from '/@/renderer/store';