We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6532c62 commit 0f4e8cdCopy full SHA for 0f4e8cd
packages/plugin-datasource-pane/src/components/DataSourceListItem/DataSourceListItem.tsx
@@ -6,7 +6,7 @@ import cn from 'classnames';
6
import { DragSource, DropTarget } from 'react-dnd';
7
import _uniqueId from 'lodash/uniqueId';
8
import type { DataSourceInfoTag } from '../../types';
9
-import { DataSourcePanelMode } from 'src/pane';
+import { DataSourcePanelMode } from '../../pane';
10
import { generateClassName } from '../../utils/misc';
11
import { DataSourcePaneContext } from '../../utils/panel-context';
12
0 commit comments