2020-02-04 05:26:54 -09:00
|
|
|
import Player from './Player'
|
2020-04-26 15:15:52 -08:00
|
|
|
import {
|
2020-05-05 08:07:50 -08:00
|
|
|
addTracks,
|
2020-04-26 15:15:52 -08:00
|
|
|
setTrack,
|
|
|
|
|
playQueueReducer,
|
|
|
|
|
playAlbum,
|
|
|
|
|
shuffleAlbum,
|
|
|
|
|
} from './queue'
|
2020-02-04 05:26:54 -09:00
|
|
|
|
2020-05-05 08:07:50 -08:00
|
|
|
export {
|
|
|
|
|
Player,
|
|
|
|
|
addTracks,
|
|
|
|
|
setTrack,
|
|
|
|
|
playAlbum,
|
|
|
|
|
playQueueReducer,
|
|
|
|
|
shuffleAlbum,
|
|
|
|
|
}
|