summaryrefslogtreecommitdiff
path: root/src/components/map/elements/RackFillBar.js
diff options
context:
space:
mode:
authorGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-22 15:05:50 +0200
committerGeorgios Andreadis <g.andreadis@student.tudelft.nl>2017-09-23 10:06:10 +0200
commitb32c5c06ee844072a760f776e5f37f7c32c97c8f (patch)
tree3f4c4e8b95dff0b63ab9126cf8aeb23ad2ae4065 /src/components/map/elements/RackFillBar.js
parent2b98c0d580dd2fe5d103ea1ab16e69db56734cde (diff)
Update metadata and docs
Diffstat (limited to 'src/components/map/elements/RackFillBar.js')
-rw-r--r--src/components/map/elements/RackFillBar.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/map/elements/RackFillBar.js b/src/components/map/elements/RackFillBar.js
index 7b1351a5..5b36d442 100644
--- a/src/components/map/elements/RackFillBar.js
+++ b/src/components/map/elements/RackFillBar.js
@@ -6,7 +6,7 @@ import {
RACK_ENERGY_BAR_FILL_COLOR,
RACK_SPACE_BAR_BACKGROUND_COLOR,
RACK_SPACE_BAR_FILL_COLOR
-} from "../../../colors/index";
+} from "../../../util/colors";
import {
OBJECT_BORDER_WIDTH_IN_PIXELS,
OBJECT_MARGIN_IN_PIXELS,