8 lines
151 B
JavaScript
8 lines
151 B
JavaScript
|
|
import PlaylistIcon from '../icons/Playlist'
|
||
|
|
import PlaylistList from './PlaylistList'
|
||
|
|
|
||
|
|
export default {
|
||
|
|
icon: PlaylistIcon,
|
||
|
|
list: PlaylistList,
|
||
|
|
}
|