mirror of
https://kevinblog.sytes.net/Code/Jibo-Revival-Group/RoboCommander.git
synced 2026-06-16 07:56:01 +00:00
Initial commit
This commit is contained in:
7
node_modules/react-redux/es/utils/wrapActionCreators.js
generated
vendored
Normal file
7
node_modules/react-redux/es/utils/wrapActionCreators.js
generated
vendored
Normal file
@@ -0,0 +1,7 @@
|
||||
import { bindActionCreators } from 'redux';
|
||||
|
||||
export default function wrapActionCreators(actionCreators) {
|
||||
return function (dispatch) {
|
||||
return bindActionCreators(actionCreators, dispatch);
|
||||
};
|
||||
}
|
||||
Reference in New Issue
Block a user