浏览代码

:fire: 不用的依赖

visuddhinanda 3 年之前
父节点
当前提交
20b13b3771
共有 1 个文件被更改,包括 0 次插入2 次删除
  1. 0 2
      dashboard/src/components/corpus/BookTree.tsx

+ 0 - 2
dashboard/src/components/corpus/BookTree.tsx

@@ -1,7 +1,6 @@
 import { useState, useEffect } from "react";
 import { DownOutlined } from "@ant-design/icons";
 import { Layout, Space, Tree } from "antd";
-import { Select } from "antd";
 import { Typography } from "antd";
 import type { TreeProps } from "antd/es/tree";
 
@@ -14,7 +13,6 @@ import { PaliToEn } from "../../utils";
 
 const { Text } = Typography;
 
-const { Option } = Select;
 interface IWidgetBookTree {
   root?: string;
   path?: string[];