s/restaurants/suggestions/
This commit is contained in:
8
js/constants/SuggestionConstants.js
Normal file
8
js/constants/SuggestionConstants.js
Normal file
@ -0,0 +1,8 @@
|
||||
var keyMirror = require('keymirror');
|
||||
|
||||
module.exports = keyMirror({
|
||||
FETCH_SUGGESTIONS: null,
|
||||
SUGGESTIONS_FETCHED: null,
|
||||
CREATE_SUGGESTION: null,
|
||||
SUGGESTION_CREATED: null
|
||||
});
|
Reference in New Issue
Block a user