Initial work on Shares
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import ShareList from './ShareList'
|
||||
import { ShareEdit } from './ShareEdit'
|
||||
import ShareIcon from '@material-ui/icons/Share'
|
||||
|
||||
export default {
|
||||
list: ShareList,
|
||||
edit: ShareEdit,
|
||||
icon: <ShareIcon />,
|
||||
}
|
||||
Reference in New Issue
Block a user