diff options
Diffstat (limited to 'src/reducers/index.js')
| -rw-r--r-- | src/reducers/index.js | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/reducers/index.js b/src/reducers/index.js index f1f51337..1f3aa8f2 100644 --- a/src/reducers/index.js +++ b/src/reducers/index.js @@ -2,6 +2,7 @@ import {combineReducers} from "redux"; import {auth} from "./auth"; import {construction} from "./construction"; import {interactionLevel} from "./interaction-level"; +import {map} from "./map"; import {modals} from "./modals"; import {objects} from "./objects"; import {simulationList} from "./simulation-list"; @@ -17,6 +18,7 @@ const rootReducer = combineReducers({ currentDatacenterId, interactionLevel, construction, + map, }); export default rootReducer; |
