summaryrefslogtreecommitdiff
path: root/src/reducers/topology.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/reducers/topology.js')
-rw-r--r--src/reducers/topology.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/reducers/topology.js b/src/reducers/topology.js
index e0236e0c..f98b50e7 100644
--- a/src/reducers/topology.js
+++ b/src/reducers/topology.js
@@ -1,4 +1,4 @@
-import {FETCH_LATEST_DATACENTER_SUCCEEDED, RESET_CURRENT_DATACENTER} from "../actions/topology";
+import {FETCH_LATEST_DATACENTER_SUCCEEDED, RESET_CURRENT_DATACENTER} from "../actions/topology/building";
export function currentDatacenterId(state = -1, action) {
switch (action.type) {