mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-14 11:50:31 +00:00
6 lines
147 B
JavaScript
6 lines
147 B
JavaScript
import { connect } from "react-redux";
|
|
import { withRouter } from "react-router-dom"
|
|
|
|
export default (mapState) => {
|
|
return () => withRouter ;
|
|
}; |