diff options
| author | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-22 15:05:50 +0200 |
|---|---|---|
| committer | Georgios Andreadis <g.andreadis@student.tudelft.nl> | 2017-09-23 10:06:10 +0200 |
| commit | b32c5c06ee844072a760f776e5f37f7c32c97c8f (patch) | |
| tree | 3f4c4e8b95dff0b63ab9126cf8aeb23ad2ae4065 /src/components/sidebars/simulation/LoadMetricComponent.js | |
| parent | 2b98c0d580dd2fe5d103ea1ab16e69db56734cde (diff) | |
Update metadata and docs
Diffstat (limited to 'src/components/sidebars/simulation/LoadMetricComponent.js')
| -rw-r--r-- | src/components/sidebars/simulation/LoadMetricComponent.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/components/sidebars/simulation/LoadMetricComponent.js b/src/components/sidebars/simulation/LoadMetricComponent.js index 19b9927b..d9a1ed71 100644 --- a/src/components/sidebars/simulation/LoadMetricComponent.js +++ b/src/components/sidebars/simulation/LoadMetricComponent.js @@ -1,5 +1,5 @@ import React from "react"; -import {SIM_HIGH_COLOR, SIM_LOW_COLOR, SIM_MID_HIGH_COLOR, SIM_MID_LOW_COLOR} from "../../../colors/index"; +import {SIM_HIGH_COLOR, SIM_LOW_COLOR, SIM_MID_HIGH_COLOR, SIM_MID_LOW_COLOR} from "../../../util/colors"; import {LOAD_NAME_MAP} from "../../../util/simulation-load"; const LoadMetricComponent = ({loadMetric}) => ( |
