reorder imports

This commit is contained in:
Peter Holmberg 2019-03-18 11:23:40 +01:00
parent cb9bda810f
commit be7a5dab69

View File

@ -9,6 +9,7 @@ import store from 'app/core/store';
import { parse as parseDate } from 'app/core/utils/datemath';
import { colors } from '@grafana/ui';
import TableModel, { mergeTablesIntoModel } from 'app/core/table_model';
import { getNextRefIdChar } from './query';
// Types
import { RawTimeRange, IntervalValues, DataQuery, DataSourceApi } from '@grafana/ui';
@ -23,7 +24,6 @@ import {
ResultGetter,
} from 'app/types/explore';
import { LogsDedupStrategy } from 'app/core/logs_model';
import { getNextRefIdChar } from './query';
export const DEFAULT_RANGE = {
from: 'now-6h',