diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-11 11:53:06 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:00 +0200 |
| commit | aa448cb5c3e2e372dad1c79ffc32ff32144b4140 (patch) | |
| tree | 19f6cff07ca75f541d543ca5e0eb65c50b8e93b8 /src/pages/App.js | |
| parent | 8bd2bc91cc7e97f233031a42ccfda92af5e8bb96 (diff) | |
Move zoom level and map position info to store
Diffstat (limited to 'src/pages/App.js')
| -rw-r--r-- | src/pages/App.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pages/App.js b/src/pages/App.js index 317442f6..21b3c445 100644 --- a/src/pages/App.js +++ b/src/pages/App.js @@ -5,8 +5,8 @@ import {ShortcutManager} from "react-shortcuts"; import {openSimulationSucceeded} from "../actions/simulations"; import {fetchLatestDatacenter, resetCurrentDatacenter} from "../actions/topology/building"; import LoadingScreen from "../components/map/LoadingScreen"; -import MapStage from "../components/map/MapStage"; import AppNavbar from "../components/navigation/AppNavbar"; +import MapStage from "../containers/map/MapStage"; import DeleteMachineModal from "../containers/modals/DeleteMachineModal"; import DeleteRackModal from "../containers/modals/DeleteRackModal"; import DeleteRoomModal from "../containers/modals/DeleteRoomModal"; |
