Refactor: move datemath to grafana/ui (#16890)

* move datemath to grafana/ui

* don't reference @grafana/ui from its own component
This commit is contained in:
Ryan McKinley
2019-05-06 03:36:42 -07:00
committed by Torkel Ödegaard
parent 513c79d392
commit d881976c9d
34 changed files with 68 additions and 62 deletions

View File

@@ -4,7 +4,7 @@ import $ from 'jquery';
// Services & Utils
import kbn from 'app/core/utils/kbn';
import * as dateMath from 'app/core/utils/datemath';
import * as dateMath from '@grafana/ui/src/utils/datemath';
import PrometheusMetricFindQuery from './metric_find_query';
import { ResultTransformer } from './result_transformer';
import PrometheusLanguageProvider from './language_provider';