Rename icon variable name
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
import SupervisedUserCircleIcon from '@material-ui/icons/Group'
|
import Group from '@material-ui/icons/Group'
|
||||||
import UserList from './UserList'
|
import UserList from './UserList'
|
||||||
import UserEdit from './UserEdit'
|
import UserEdit from './UserEdit'
|
||||||
import UserCreate from './UserCreate'
|
import UserCreate from './UserCreate'
|
||||||
@@ -7,5 +7,5 @@ export default {
|
|||||||
list: UserList,
|
list: UserList,
|
||||||
edit: UserEdit,
|
edit: UserEdit,
|
||||||
create: UserCreate,
|
create: UserCreate,
|
||||||
icon: SupervisedUserCircleIcon
|
icon: Group
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user