mirror of
https://github.com/grafana/grafana.git
synced 2024-12-02 05:29:42 -06:00
Sorting imports
This commit is contained in:
parent
c0ab877966
commit
205a5baa56
@ -1,10 +1,14 @@
|
||||
import { ValueMapping, Threshold } from '../types';
|
||||
// Libraries
|
||||
import _ from 'lodash';
|
||||
import moment from 'moment';
|
||||
|
||||
// Utils
|
||||
import { getValueFormat, DecimalCount } from './valueFormats/valueFormats';
|
||||
import { getMappedValue } from './valueMappings';
|
||||
import { GrafanaTheme, GrafanaThemeType } from '../types';
|
||||
import { getColorFromHexRgbOrName } from './namedColorsPalette';
|
||||
import moment from 'moment';
|
||||
|
||||
// Types
|
||||
import { GrafanaTheme, GrafanaThemeType, ValueMapping, Threshold } from '../types';
|
||||
|
||||
export interface DisplayValue {
|
||||
text: string; // Show in the UI
|
||||
|
Loading…
Reference in New Issue
Block a user