by category page

This commit is contained in:
Edin Dazdarevic
2015-02-04 06:51:49 +01:00
parent 67e31fe716
commit 6fc5969fe6
7 changed files with 105 additions and 11 deletions

View File

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