Explorar el Código

:fire: icon EditOutlined

visuddhinanda hace 3 años
padre
commit
555c88bc1a
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  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";