Add UserList in UI
This commit is contained in:
@@ -0,0 +1,11 @@
|
||||
import SupervisedUserCircleIcon from '@material-ui/icons/SupervisedUserCircle'
|
||||
import UserList from './UserList'
|
||||
// import UserEdit from './UserEdit'
|
||||
// import UserCreate from './UserCreate'
|
||||
|
||||
export default {
|
||||
list: UserList,
|
||||
// edit: UserEdit,
|
||||
// create: UserCreate,
|
||||
icon: SupervisedUserCircleIcon
|
||||
}
|
||||
Reference in New Issue
Block a user