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

const select = (state, props) => ({});

export default connect(select)(RatioBar);