@shopgate/pwa-common
Version:
Common library for the Shopgate Connect PWA.
1 lines • 221 B
JavaScript
import{connect}from'react-redux';import{historyPush,historyReplace}from"../../actions/router";var mapDispatchToProps={historyPush:historyPush,historyReplace:historyReplace};export default connect(null,mapDispatchToProps);