- browsing by subcategory
This commit is contained in:
8
front-ui/app/constants/bySubCategoryConstants.js
Normal file
8
front-ui/app/constants/bySubCategoryConstants.js
Normal file
@@ -0,0 +1,8 @@
|
||||
var keyMirror = require('react/lib/keyMirror');
|
||||
|
||||
// Define action constants
|
||||
module.exports = keyMirror({
|
||||
LOAD: null,
|
||||
FILTER_CRITERIA_CLICK: null,
|
||||
REMOVE_APPLIED_FILTER: null
|
||||
});
|
||||
Reference in New Issue
Block a user