Fix types

This commit is contained in:
jeffvli
2022-12-09 19:03:05 -08:00
parent f41f557493
commit dd44b482a2
+1 -1
View File
@@ -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: {