clean up unused files

This commit is contained in:
jeffvli
2025-11-18 14:20:00 -08:00
parent 808c0167f1
commit 1acde80d61
6 changed files with 1 additions and 1200 deletions
@@ -1,9 +1,9 @@
import { useEffect } from 'react';
import {
usePlaybackSettings,
usePlayerSong,
usePlayerStatus,
usePlaybackSettings,
useSettingsStore,
} from '/@/renderer/store';
import { PlayerStatus } from '/@/shared/types/types';