index.js 79 B

1234
  1. import Matches from './Matches'
  2. export { Matches }
  3. export default { Matches }