Moved all reducers and actions to their own folders

This commit is contained in:
Deluan
2020-11-08 13:15:46 -05:00
parent 24b040adf9
commit 3fc81638c7
33 changed files with 204 additions and 206 deletions
+1 -19
View File
@@ -1,21 +1,3 @@
import Player from './Player'
import {
addTracks,
setTrack,
playQueueReducer,
playTracks,
playNext,
shuffleTracks,
clearQueue,
} from './queue'
export {
Player,
addTracks,
setTrack,
playTracks,
playNext,
playQueueReducer,
shuffleTracks,
clearQueue,
}
export { Player }