mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
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:
committed by
Torkel Ödegaard
parent
513c79d392
commit
d881976c9d
@@ -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';
|
||||
|
||||
Reference in New Issue
Block a user