@shopgate/engage
Version:
Shopgate's ENGAGE library.
1 lines • 194 B
JavaScript
import{connect}from'react-redux';import{historyReset}from'@shopgate/pwa-common/actions/router';var mapDispatchToProps={historyReset:historyReset};export default connect(null,mapDispatchToProps);