File tree Expand file tree Collapse file tree 4 files changed +5
-4
lines changed
Expand file tree Collapse file tree 4 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -6,13 +6,14 @@ import {get} from '../../utils/get'
66// Utils
77import { formatStatValue , MAX_DECIMAL_PLACES } from '../../utils/formatStatValue'
88
9+ // Styles
910import {
1011 COLOR_TYPE_MIN ,
1112 COLOR_TYPE_MAX ,
1213 DEFAULT_VALUE_MIN ,
1314 DEFAULT_VALUE_MAX ,
1415 MIN_THRESHOLDS ,
15- } from '../../constants /gaugeStyles'
16+ } from '../../style /gaugeStyles'
1617
1718// Types
1819import { Color , DecimalPlaces , GaugeTheme } from '../../types'
Original file line number Diff line number Diff line change @@ -6,8 +6,8 @@ import AutoSizer from 'react-virtualized-auto-sizer'
66import { GaugeLayerConfig } from '../../types'
77import { Gauge } from './Gauge'
88
9- // Constants
10- import { GAUGE_THEME_DARK } from '../../constants /gaugeStyles'
9+ // Styles
10+ import { GAUGE_THEME_DARK } from '../../style /gaugeStyles'
1111
1212interface Props {
1313 value : number
Original file line number Diff line number Diff line change @@ -26,7 +26,7 @@ export {lineTransform} from './transforms/line'
2626// Constants
2727export * from './constants/colorSchemes'
2828export * from './constants/columnKeys'
29- export * from './constants /gaugeStyles'
29+ export * from './style /gaugeStyles'
3030export * from './constants/singleStatStyles'
3131export { DEFAULT_TABLE_COLORS } from './constants/tableGraph'
3232
File renamed without changes.
You can’t perform that action at this time.
0 commit comments