From ec91e199dc9efed43e5a54d7ae97e6eb5aae7fbe Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Thu, 30 Jul 2026 11:55:16 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E7=A7=BB=E9=99=A4=E9=87=8D=E5=A4=8D?= =?UTF-8?q?=E7=9A=84StickerPanelProps=E5=AF=BC=E5=87=BA=EF=BC=88=E4=B8=8Ei?= =?UTF-8?q?nterface=E5=A3=B0=E6=98=8E=E5=86=B2=E7=AA=81=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/pages/editing-planner/components/StickerPanel/index.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/apps/web/src/pages/editing-planner/components/StickerPanel/index.tsx b/apps/web/src/pages/editing-planner/components/StickerPanel/index.tsx index 2e3fa00a8..d881e4689 100644 --- a/apps/web/src/pages/editing-planner/components/StickerPanel/index.tsx +++ b/apps/web/src/pages/editing-planner/components/StickerPanel/index.tsx @@ -99,4 +99,3 @@ const StickerPanel: React.FC = ({ } export default StickerPanel -export type { StickerPanelProps }