refactor(knowledge): 移除未使用的Tag组件导入

- 从KnowledgeSetDetail.tsx中移除未使用的Tag组件导入
- 保持代码整洁性,消除无用的依赖项
This commit is contained in:
2026-02-01 22:05:10 +08:00
parent d535d0ac1b
commit fda283198d

View File

@@ -9,7 +9,6 @@ import {
Input, Input,
Modal, Modal,
Spin, Spin,
Tag,
Table, Table,
Tooltip, Tooltip,
} from "antd"; } from "antd";