feat: new album view (initial implementation)

This commit is contained in:
Deluan
2020-02-07 11:45:56 -05:00
parent d37351610a
commit 81e1a7088f
7 changed files with 115 additions and 22 deletions
+2
View File
@@ -1,7 +1,9 @@
import AlbumIcon from '@material-ui/icons/Album'
import AlbumList from './AlbumList'
import AlbumShow from './AlbumShow'
export default {
list: AlbumList,
show: AlbumShow,
icon: AlbumIcon
}