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