mirror of
https://github.com/jeffvli/feishin.git
synced 2026-05-07 04:20:12 +02:00
Fix types
This commit is contained in:
@@ -8,7 +8,7 @@ import { devtools, persist } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import type { Song } from '/@/api/types';
|
||||
import type { QueueSong } from '/@/types';
|
||||
import { Play, PlayerRepeat, PlayerShuffle, PlayerStatus } from '/@/types';
|
||||
import { PlayerStatus, PlayerRepeat, PlayerShuffle, Play } from '/@/types';
|
||||
|
||||
export interface PlayerState {
|
||||
current: {
|
||||
|
||||
Reference in New Issue
Block a user