Change Internet Radio UX

This commit is contained in:
Deluan
2023-01-17 14:22:10 -05:00
parent e76080809d
commit 438d45c176
5 changed files with 17 additions and 72 deletions
-2
View File
@@ -5,13 +5,11 @@ 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'}