we are using flux now ... yaaay ...
This commit is contained in:
7
front-ui/app/constants/itemConstants.js
Normal file
7
front-ui/app/constants/itemConstants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var keyMirror = require('react/lib/keyMirror');
|
||||
|
||||
// Define action constants
|
||||
module.exports = keyMirror({
|
||||
SELECT_ITEM: null,
|
||||
LOAD_FOR_FRONTPAGE: null
|
||||
});
|
||||
Reference in New Issue
Block a user