quintodrome/ui/src/player/index.js

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

10 lines
204 B
JavaScript
Raw Normal View History

2020-03-12 05:38:07 -08:00
import RadioIcon from '@material-ui/icons/Radio'
import PlayerList from './PlayerList'
import PlayerEdit from './PlayerEdit'
export default {
list: PlayerList,
edit: PlayerEdit,
icon: RadioIcon,
}