created navigation store
This commit is contained in:
6
front-ui/app/constants/navigationConstants.js
Normal file
6
front-ui/app/constants/navigationConstants.js
Normal file
@@ -0,0 +1,6 @@
|
||||
var keyMirror = require('react/lib/keyMirror');
|
||||
|
||||
// Define action constants
|
||||
module.exports = keyMirror({
|
||||
CHANGE_URL: null
|
||||
});
|
||||
Reference in New Issue
Block a user