mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
reorder imports
This commit is contained in:
parent
cb9bda810f
commit
be7a5dab69
@ -9,6 +9,7 @@ import store from 'app/core/store';
|
|||||||
import { parse as parseDate } from 'app/core/utils/datemath';
|
import { parse as parseDate } from 'app/core/utils/datemath';
|
||||||
import { colors } from '@grafana/ui';
|
import { colors } from '@grafana/ui';
|
||||||
import TableModel, { mergeTablesIntoModel } from 'app/core/table_model';
|
import TableModel, { mergeTablesIntoModel } from 'app/core/table_model';
|
||||||
|
import { getNextRefIdChar } from './query';
|
||||||
|
|
||||||
// Types
|
// Types
|
||||||
import { RawTimeRange, IntervalValues, DataQuery, DataSourceApi } from '@grafana/ui';
|
import { RawTimeRange, IntervalValues, DataQuery, DataSourceApi } from '@grafana/ui';
|
||||||
@ -23,7 +24,6 @@ import {
|
|||||||
ResultGetter,
|
ResultGetter,
|
||||||
} from 'app/types/explore';
|
} from 'app/types/explore';
|
||||||
import { LogsDedupStrategy } from 'app/core/logs_model';
|
import { LogsDedupStrategy } from 'app/core/logs_model';
|
||||||
import { getNextRefIdChar } from './query';
|
|
||||||
|
|
||||||
export const DEFAULT_RANGE = {
|
export const DEFAULT_RANGE = {
|
||||||
from: 'now-6h',
|
from: 'now-6h',
|
||||||
|
Loading…
Reference in New Issue
Block a user