Skip to content

Commit 90bfd34

Browse files
committed
FIx import
1 parent 5fda017 commit 90bfd34

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/QueryEditor.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ import {
1313
Stack,
1414
FeatureBadge,
1515
Switch,
16+
type monacoTypes,
1617
} from '@grafana/ui';
1718
import { CoreApp, FeatureState, QueryEditorProps, SelectableValue } from '@grafana/data';
1819
import { DataSource } from '../datasource';
1920
import { MongoDataSourceOptions, MongoQuery, QueryLanguage, QueryType, DEFAULT_QUERY } from '../types';
2021
import { parseJsQuery, parseJsQueryLegacy, validateJsonQueryText, validatePositiveNumber } from '../utils';
21-
import type { monacoTypes } from '@grafana/ui';
2222
import { useAutocomplete } from '../autocomplete';
2323
import './QueryEditor.css';
2424

0 commit comments

Comments
 (0)