From aa448cb5c3e2e372dad1c79ffc32ff32144b4140 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Mon, 11 Sep 2017 11:53:06 +0200 Subject: Move zoom level and map position info to store --- src/reducers/index.js | 2 ++ 1 file changed, 2 insertions(+) (limited to 'src/reducers/index.js') 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; -- cgit v1.2.3