Add playlist views

This commit is contained in:
Deluan
2020-05-11 21:27:00 -04:00
committed by Deluan Quintão
parent b1f5d35f73
commit 8a709c489a
10 changed files with 175 additions and 31 deletions
+4
View File
@@ -1,7 +1,11 @@
import PlaylistIcon from '../icons/Playlist'
import PlaylistList from './PlaylistList'
import PlaylistEdit from './PlaylistEdit'
import PlaylistCreate from './PlaylistCreate'
export default {
icon: PlaylistIcon,
list: PlaylistList,
create: PlaylistCreate,
edit: PlaylistEdit,
}