From 1b5d2658f9ec06308b2a5ed062f6f5b4798ed733 Mon Sep 17 00:00:00 2001 From: Georgios Andreadis Date: Thu, 7 Sep 2017 22:15:17 +0200 Subject: Reorganize actions and state tree --- src/reducers/topology.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/reducers/topology.js') 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) { -- cgit v1.2.3