index.js 113 B

1234
  1. import MatchDisp from './MatchDisp'
  2. import MatchList from './MatchList'
  3. export default { MatchDisp, MatchList }