fix: 修改文件找不到

This commit is contained in:
NICE CODE BY DEV 2024-03-01 17:40:37 +08:00
parent 00a503e983
commit d78b44f12f

View File

@ -5,7 +5,6 @@ import { DiffOutlined, SwitcherOutlined } from '@ant-design/icons'
import type { TreeProps, InputProps } from 'antd'; import type { TreeProps, InputProps } from 'antd';
import TreeTransferModal from '../../../treeTransferModal' import TreeTransferModal from '../../../treeTransferModal'
import BoxTree from '../../../tree'; import BoxTree from '../../../tree';
import './index.less'
export interface BoxGroupPanelProps { export interface BoxGroupPanelProps {
searchInputProps?: InputProps searchInputProps?: InputProps