function mapDispatchToProps()

in src/components/Order/index.js [45:47]


function mapDispatchToProps(dispatch) {
    return {actions: bindActionCreators(orderActions, dispatch)}
}