import React from 'react' import MatchTable from './MatchTable' class MatchList extends React.Component { render () { const { state, actions } = this.props return (

Matchliste

) } } export default MatchList