Files
old-ribica/front-ui/app/constants/itemConstants.js
Edin Dazdarevic 6fc5969fe6 by category page
2015-02-04 06:51:49 +01:00

9 lines
192 B
JavaScript

var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
LOAD_FOR_FRONTPAGE: null,
LOAD_BSI_FOR_SECTION: null,
LOAD_BY_CATEGORY: null
});