Add playlist list
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
import PlaylistIcon from '../icons/Playlist'
|
||||
import PlaylistList from './PlaylistList'
|
||||
|
||||
export default {
|
||||
icon: PlaylistIcon,
|
||||
list: PlaylistList,
|
||||
}
|
||||
Reference in New Issue
Block a user