mirror of
https://github.com/antebudimir/feishin.git
synced 2026-01-01 18:33:33 +00:00
Split stores
This commit is contained in:
parent
2a858f3107
commit
b742b814c0
7 changed files with 200 additions and 122 deletions
|
|
@ -6,8 +6,8 @@ import create from 'zustand';
|
|||
import { devtools, persist } from 'zustand/middleware';
|
||||
import { immer } from 'zustand/middleware/immer';
|
||||
import shallow from 'zustand/shallow';
|
||||
import { Song } from '/@/renderer/api/types';
|
||||
import { QueueSong, PlayerStatus, PlayerRepeat, PlayerShuffle, Play } from '/@/renderer/types';
|
||||
import { QueueSong, Song } from '/@/renderer/api/types';
|
||||
import { PlayerStatus, PlayerRepeat, PlayerShuffle, Play } from '/@/renderer/types';
|
||||
|
||||
export interface PlayerState {
|
||||
current: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue