1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2025-07-01 20:08:39 -04:00
Files
moneygo/js/constants/ImportConstants.js
2017-06-04 20:30:29 -04:00

11 lines
222 B
JavaScript

var keyMirror = require('keymirror');
module.exports = keyMirror({
OPEN_IMPORT_MODAL: null,
CLOSE_IMPORT_MODAL: null,
BEGIN_IMPORT: null,
UPDATE_IMPORT_PROGRESS: null,
IMPORT_FINISHED: null,
IMPORT_FAILED: null
});