quintodrome/ui/src/playlist/index.js

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

8 lines
151 B
JavaScript
Raw Normal View History

2020-05-05 14:28:55 -08:00
import PlaylistIcon from '../icons/Playlist'
import PlaylistList from './PlaylistList'
export default {
icon: PlaylistIcon,
list: PlaylistList,
}