Refactor: move ScopedVars to grafana/data (#18992)

This commit is contained in:
Ryan McKinley
2019-09-10 12:06:01 -07:00
committed by GitHub
parent ca96d794e2
commit 7520ebadac
28 changed files with 77 additions and 59 deletions

View File

@ -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;