created navigation store

This commit is contained in:
Senad Uka
2015-01-27 05:47:10 +01:00
parent 5c9b2f99ee
commit c8a399b98f
7 changed files with 86 additions and 34 deletions

View File

@@ -0,0 +1,6 @@
var keyMirror = require('react/lib/keyMirror');
// Define action constants
module.exports = keyMirror({
CHANGE_URL: null
});