Import fix

This commit is contained in:
Dominik Prokop 2019-01-28 17:46:42 +01:00
parent 7a8eb8c115
commit 44a7bd68be

View File

@ -4,6 +4,7 @@ import $ from 'jquery';
import { ValueMapping, Threshold, BasicGaugeColor } from '../../types/panel';
import { TimeSeriesVMs } from '../../types/series';
import { GrafanaTheme } from '../../types';
import { getMappedValue } from '../../utils/valueMappings';
import { getValueFormat } from '../../utils/valueFormats/valueFormats';
import { getColorFromHexRgbOrName } from '../../utils/namedColorsPalette';