UNPKG

@shopgate/pwa-common

Version:

Common library for the Shopgate Connect PWA.

1 lines 221 B
import{connect}from'react-redux';import{historyPush,historyReplace}from"../../actions/router";var mapDispatchToProps={historyPush:historyPush,historyReplace:historyReplace};export default connect(null,mapDispatchToProps);