visuddhinanda 3 лет назад
Родитель
Сommit
555c88bc1a
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      dashboard/src/components/template/Term.tsx

+ 1 - 1
dashboard/src/components/template/Term.tsx

@@ -1,6 +1,6 @@
 import { ProCard } from "@ant-design/pro-components";
 import { Button, Popover } from "antd";
-import { SearchOutlined, EditOutlined } from "@ant-design/icons";
+import { SearchOutlined } from "@ant-design/icons";
 import { Typography } from "antd";
 import TermCreate from "../studio/term/TermCreate";