@grafana/data: export dateMath and rangeUtil (#17971)

This commit is contained in:
Ryan McKinley
2019-07-05 23:43:12 -07:00
committed by GitHub
parent 3f15170914
commit fcdc29746f
23 changed files with 27 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ import { single, map, filter, catchError } from 'rxjs/operators';
// Services & Utils
import kbn from 'app/core/utils/kbn';
import * as dateMath from '@grafana/data/src/utils/datemath';
import { dateMath } from '@grafana/data';
import PrometheusMetricFindQuery from './metric_find_query';
import { ResultTransformer } from './result_transformer';
import PrometheusLanguageProvider from './language_provider';