mirror of
https://github.com/grafana/grafana.git
synced 2025-09-22 20:55:41 +08:00
Refactor: move ScopedVars to grafana/data (#18992)
This commit is contained in:
@ -1,6 +1,6 @@
|
||||
import _ from 'lodash';
|
||||
import { TemplateSrv } from 'app/features/templating/template_srv';
|
||||
import { ScopedVars } from '@grafana/ui';
|
||||
import { ScopedVars } from '@grafana/data';
|
||||
|
||||
export default class PostgresQuery {
|
||||
target: any;
|
||||
|
Reference in New Issue
Block a user