feat: player CRUD
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
import RadioIcon from '@material-ui/icons/Radio'
|
||||
import PlayerList from './PlayerList'
|
||||
import PlayerEdit from './PlayerEdit'
|
||||
|
||||
export default {
|
||||
list: PlayerList,
|
||||
edit: PlayerEdit,
|
||||
icon: RadioIcon
|
||||
}
|
||||
Reference in New Issue
Block a user