X Tutup
Skip to content

Commit 0f4e8cd

Browse files
committed
fix: 修复引用路径问题
1 parent 6532c62 commit 0f4e8cd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/plugin-datasource-pane/src/components/DataSourceListItem/DataSourceListItem.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import cn from 'classnames';
66
import { DragSource, DropTarget } from 'react-dnd';
77
import _uniqueId from 'lodash/uniqueId';
88
import type { DataSourceInfoTag } from '../../types';
9-
import { DataSourcePanelMode } from 'src/pane';
9+
import { DataSourcePanelMode } from '../../pane';
1010
import { generateClassName } from '../../utils/misc';
1111
import { DataSourcePaneContext } from '../../utils/panel-context';
1212

0 commit comments

Comments
 (0)
X Tutup