mirror of
https://github.com/bigcapitalhq/bigcapital.git
synced 2026-02-16 12:50:38 +00:00
7 lines
162 B
TypeScript
7 lines
162 B
TypeScript
// @ts-nocheck
|
|
import { connect } from "react-redux";
|
|
import { withRouter } from "react-router-dom"
|
|
|
|
export default (mapState) => {
|
|
return () => withRouter ;
|
|
}; |