mirror of
https://github.com/aclindsa/moneygo.git
synced 2025-07-01 20:08:39 -04:00
Initial plumbing for moving to Redux
This commit is contained in:
8
js/constants/ErrorConstants.js
Normal file
8
js/constants/ErrorConstants.js
Normal file
@ -0,0 +1,8 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
ERROR_AJAX: null,
|
||||
ERROR_SERVER: null,
|
||||
ERROR_CLIENT: null,
|
||||
ERROR_USER: null,
|
||||
});
|
Reference in New Issue
Block a user