summaryrefslogtreecommitdiff
path: root/src/containers/sidebars/topology/room
diff options
context:
space:
mode:
Diffstat (limited to 'src/containers/sidebars/topology/room')
-rw-r--r--src/containers/sidebars/topology/room/RackConstructionContainer.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/containers/sidebars/topology/room/RackConstructionContainer.js b/src/containers/sidebars/topology/room/RackConstructionContainer.js
index 47ca43fc..0c539c75 100644
--- a/src/containers/sidebars/topology/room/RackConstructionContainer.js
+++ b/src/containers/sidebars/topology/room/RackConstructionContainer.js
@@ -1,5 +1,5 @@
import {connect} from "react-redux";
-import {startRackConstruction, stopRackConstruction} from "../../../../actions/topology";
+import {startRackConstruction, stopRackConstruction} from "../../../../actions/topology/room";
import RackConstructionComponent from "../../../../components/sidebars/topology/room/RackConstructionComponent";
const mapStateToProps = state => {