Add playlist list

This commit is contained in:
Deluan
2020-05-05 18:28:55 -04:00
committed by Deluan Quintão
parent 4e613be960
commit fec589dce5
4 changed files with 47 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
import PlaylistIcon from '../icons/Playlist'
import PlaylistList from './PlaylistList'
export default {
icon: PlaylistIcon,
list: PlaylistList,
}