import { connect } from "react-redux"; import { withRouter } from "react-router-dom" export default (mapState) => { return () => withRouter ; };