mirror of
https://github.com/navidrome/navidrome.git
synced 2025-04-04 04:57:37 +03:00
Rename icon variable name
This commit is contained in:
parent
182c0b5d5e
commit
fdf1ceeade
1 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
import SupervisedUserCircleIcon from '@material-ui/icons/Group'
|
||||
import Group from '@material-ui/icons/Group'
|
||||
import UserList from './UserList'
|
||||
import UserEdit from './UserEdit'
|
||||
import UserCreate from './UserCreate'
|
||||
|
@ -7,5 +7,5 @@ export default {
|
|||
list: UserList,
|
||||
edit: UserEdit,
|
||||
create: UserCreate,
|
||||
icon: SupervisedUserCircleIcon
|
||||
icon: Group
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue