UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

7 lines 220 B
import { connect } from 'react-redux'; import { historyPush, historyReplace } from "../../actions/router"; const mapDispatchToProps = { historyPush, historyReplace }; export default connect(null, mapDispatchToProps);