UNPKG

@shopgate/engage

Version:
6 lines 203 B
import { connect } from 'react-redux'; import { historyReset } from '@shopgate/pwa-common/actions/router'; const mapDispatchToProps = { historyReset }; export default connect(null, mapDispatchToProps);