Skip to content

Commit ec593c0

Browse files
committed
Fix deprecated import location
1 parent ccb2243 commit ec593c0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dataquery.gen.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
//
99
// Run 'make gen-cue' from repository root to regenerate.
1010

11-
import { DataQuery } from '@grafana/data';
11+
import { DataQuery } from '@grafana/schema';
1212

1313
export const DataQueryModelVersion = Object.freeze([0, 0]);
1414

0 commit comments

Comments
 (0)