Initial support for album browsing from UI

This commit is contained in:
Deluan
2020-01-22 12:32:31 -05:00
parent 3a8124a1de
commit ea30b4c2d9
6 changed files with 94 additions and 28 deletions
+7
View File
@@ -0,0 +1,7 @@
import AlbumIcon from '@material-ui/icons/Album'
import AlbumList from './AlbumList'
export default {
list: AlbumList,
icon: AlbumIcon
}