Add playlist views
This commit is contained in:
@@ -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,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user