Skip to content

Commit

Permalink
Fix deprecated import location
Browse files Browse the repository at this point in the history
  • Loading branch information
ddelemeny committed Feb 5, 2024
1 parent 17e06d9 commit 0817b52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dataquery.gen.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
//
// Run 'make gen-cue' from repository root to regenerate.

import { DataQuery } from '@grafana/data';
import { DataQuery } from '@grafana/schema';

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

Expand Down

0 comments on commit 0817b52

Please sign in to comment.