summaryrefslogtreecommitdiff
path: root/src/containers/sidebars/topology/rack
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-07 22:15:17 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:05:58 +0200
commit1b5d2658f9ec06308b2a5ed062f6f5b4798ed733 (patch)
tree84d35684a50f897fc4c5f460bed595adf22c9e66 /src/containers/sidebars/topology/rack
parent8218c3d3c21bfa7c4f3ee4872722b9b1261576fb (diff)
Reorganize actions and state tree
Diffstat (limited to 'src/containers/sidebars/topology/rack')
-rw-r--r--src/containers/sidebars/topology/rack/EmptySlotContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/sidebars/topology/rack/EmptySlotContainer.js b/src/containers/sidebars/topology/rack/EmptySlotContainer.js
index 01ec6529..97abf473 100644
--- a/src/containers/sidebars/topology/rack/EmptySlotContainer.js
+++ b/src/containers/sidebars/topology/rack/EmptySlotContainer.js
@@ -1,5 +1,5 @@
import {connect} from "react-redux";
-import {addMachine} from "../../../../actions/topology";
+import {addMachine} from "../../../../actions/topology/rack";
import EmptySlotComponent from "../../../../components/sidebars/topology/rack/EmptySlotComponent";
const mapDispatchToProps = (dispatch, ownProps) => {