mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 10:42:52 +08:00
Refactor: move some files to @grafana/data (#17952)
* moving to data WIP * more refactoring * add missing test * mock full path * remove sinon from grafana-ui
This commit is contained in:

committed by
Torkel Ödegaard

parent
baed5d7bd9
commit
3f15170914
@ -1,6 +1,6 @@
|
||||
import { PostgresDatasource } from '../datasource';
|
||||
import { CustomVariable } from 'app/features/templating/custom_variable';
|
||||
import { toUtc, dateTime } from '@grafana/ui/src/utils/moment_wrapper';
|
||||
import { toUtc, dateTime } from '@grafana/data';
|
||||
import { BackendSrv } from 'app/core/services/backend_srv';
|
||||
import { IQService } from 'angular';
|
||||
|
||||
|
Reference in New Issue
Block a user