From 7e302baeddeff251cb350f9548d5a63974dbb422 Mon Sep 17 00:00:00 2001 From: moonrailgun Date: Wed, 15 Dec 2021 11:11:04 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=8F=92=E4=BB=B6=E7=BB=84=E4=BB=B6?= =?UTF-8?q?=E5=AF=BC=E5=87=BA=E5=A2=9E=E5=8A=A0Icon=E7=BB=84=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/src/plugin/component/index.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/web/src/plugin/component/index.tsx b/web/src/plugin/component/index.tsx index 24ac375c..45028a43 100644 --- a/web/src/plugin/component/index.tsx +++ b/web/src/plugin/component/index.tsx @@ -1,5 +1,6 @@ import Button from 'antd/lib/button'; import TextArea from 'antd/lib/input/TextArea'; -import { Image } from '@/components/Image'; -export { Button, TextArea, Image }; +export { Button, TextArea }; +export { Image } from '@/components/Image'; +export { Icon } from '@iconify/react';