mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-05 21:47:36 +03:00
Moved all reducers and actions to their own folders
This commit is contained in:
parent
24b040adf9
commit
3fc81638c7
33 changed files with 204 additions and 206 deletions
|
@ -13,7 +13,7 @@ import {
|
|||
currentPlaying,
|
||||
setVolume,
|
||||
clearQueue,
|
||||
} from './queue'
|
||||
} from '../actions'
|
||||
import themes from '../themes'
|
||||
import config from '../config'
|
||||
import PlayerToolbar from './PlayerToolbar'
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue