Fix Playlist show

This commit is contained in:
Deluan 2023-01-18 09:43:07 -05:00 committed by Joe Stump
parent 6969168ca8
commit ad9af70ce3
No known key found for this signature in database
GPG Key ID: 29151C3EC48A0EB9

View File

@ -5,11 +5,13 @@ import DynamicMenuIcon from '../layout/DynamicMenuIcon'
import PlaylistList from './PlaylistList'
import PlaylistEdit from './PlaylistEdit'
import PlaylistCreate from './PlaylistCreate'
import PlaylistShow from './PlaylistShow'
export default {
list: PlaylistList,
create: PlaylistCreate,
edit: PlaylistEdit,
show: PlaylistShow,
icon: (
<DynamicMenuIcon
path={'playlist'}