basic version of search implemented
This commit is contained in:
7
front-ui/app/constants/searchConstants.js
Normal file
7
front-ui/app/constants/searchConstants.js
Normal file
@@ -0,0 +1,7 @@
|
||||
var keyMirror = require('react/lib/keyMirror');
|
||||
|
||||
// Define action constants
|
||||
module.exports = keyMirror({
|
||||
SEARCH_BOX_CHANGE: null,
|
||||
GET_SEARCH_RESULTS: null
|
||||
});
|
||||
Reference in New Issue
Block a user