mirror of
https://github.com/aclindsa/moneygo.git
synced 2024-11-01 00:10:06 -04:00
11 lines
222 B
JavaScript
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
|
|
});
|