1
0
mirror of https://github.com/aclindsa/moneygo.git synced 2024-09-21 04:10:05 -04:00
moneygo/js/constants/ReportConstants.js

9 lines
161 B
JavaScript
Raw Normal View History

2017-02-11 20:39:38 -05:00
var keyMirror = require('keymirror');
module.exports = keyMirror({
FETCH_REPORT: null,
2017-02-17 10:01:31 -05:00
REPORT_FETCHED: null,
SELECT_REPORT: null,
REPORT_SELECTED: null
2017-02-11 20:39:38 -05:00
});