feat: player CRUD

This commit is contained in:
Deluan
2020-03-12 09:38:07 -04:00
committed by Deluan Quintão
parent 353c48d8d8
commit 45180115a6
5 changed files with 108 additions and 2 deletions
+9
View File
@@ -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
}