import { connect } from 'react-redux';
import ChannelRewardsDriver from './view';

export default connect()(ChannelRewardsDriver);