We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ccb2243 commit ec593c0Copy full SHA for ec593c0
src/dataquery.gen.ts
@@ -8,7 +8,7 @@
8
//
9
// Run 'make gen-cue' from repository root to regenerate.
10
11
-import { DataQuery } from '@grafana/data';
+import { DataQuery } from '@grafana/schema';
12
13
export const DataQueryModelVersion = Object.freeze([0, 0]);
14
0 commit comments