0c4f85fe53
WE LOVE YOU RAPHAEL FOR MAKING THIS HAPPEN!
6 lines
153 B
JavaScript
6 lines
153 B
JavaScript
import { connect } from 'react-redux';
|
|
import RatioBar from './view';
|
|
|
|
const select = (state, props) => ({});
|
|
|
|
export default connect(select)(RatioBar);
|