diff options
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 c8e22775..fc38b92d 100644 --- a/src/pages/App.js +++ b/src/pages/App.js @@ -3,7 +3,7 @@ import React from 'react'; import {connect} from "react-redux"; import {ShortcutManager} from "react-shortcuts"; import {openSimulationSucceeded} from "../actions/simulations"; -import {fetchLatestDatacenter, resetCurrentDatacenter} from "../actions/topology"; +import {fetchLatestDatacenter, resetCurrentDatacenter} from "../actions/topology/building"; import MapStage from "../components/map/MapStage"; import AppNavbar from "../components/navigation/AppNavbar"; import DeleteMachineModal from "../containers/modals/DeleteMachineModal"; |
