Initial support for album browsing from UI

This commit is contained in:
Deluan
2020-01-22 12:46:09 -05:00
parent ea30b4c2d9
commit b23175e32b
6 changed files with 159 additions and 5 deletions
+5
View File
@@ -0,0 +1,5 @@
import React from 'react'
import { Layout } from 'react-admin'
import Menu from './Menu'
export default (props) => <Layout {...props} menu={Menu} />