import { connect } from 'react-redux'; import LivestreamLink from './view'; export default connect()(LivestreamLink);