loading best selling items for sections

This commit is contained in:
Edin Dazdarevic
2015-01-31 13:31:56 +01:00
parent 35cc279527
commit 50a233eae8
8 changed files with 145 additions and 44 deletions

View File

@@ -4,5 +4,6 @@ var keyMirror = require('react/lib/keyMirror');
module.exports = keyMirror({
LOAD_SECTIONS: null,
SET_SECTION_HOVER: null,
UNSET_SECTION_HOVER: null
});
UNSET_SECTION_HOVER: null,
LOAD_SECTION_DETAILS: null
});