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
@@ -1,5 +1,5 @@
|
||||
import coreModule from '../core_module';
|
||||
import * as rangeUtil from 'app/core/utils/rangeutil';
|
||||
import * as rangeUtil from '@grafana/ui/src/utils/rangeutil';
|
||||
|
||||
function ngModelOnBlur() {
|
||||
return {
|
||||
|
||||
Reference in New Issue
Block a user