Files
old-ribica/front-ui/app/constants/bySubCategoryConstants.js

10 lines
213 B
JavaScript
Raw Normal View History

2015-03-29 23:23:21 +02:00
var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
LOAD: null,
FILTER_CRITERIA_CLICK: null,
REMOVE_APPLIED_FILTER: null,
CHANGE_PAGE: null
2015-03-29 23:23:21 +02:00
});