quintodrome/ui/src/audioplayer/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

18 lines
226 B
JavaScript
Raw Normal View History

import Player from './Player'
import {
addTracks,
setTrack,
playQueueReducer,
playAlbum,
shuffleAlbum,
} from './queue'
export {
Player,
addTracks,
setTrack,
playAlbum,
playQueueReducer,
shuffleAlbum,
}