import { connect } from 'react-redux'; import LivestreamList from './view'; const select = (state) => ({}); export default connect(select)(LivestreamList);