From e50ba67c116a9e40244bfa1b736ff2f74f83a559 Mon Sep 17 00:00:00 2001 From: xiaoxia Date: Mon, 13 Jul 2026 17:39:12 +0800 Subject: [PATCH] =?UTF-8?q?refactor(ui):=20=E7=A7=BB=E9=99=A4=E6=9C=AA?= =?UTF-8?q?=E4=BD=BF=E7=94=A8=E7=BB=84=E4=BB=B6=E5=AF=BC=E5=87=BA=EF=BC=88?= =?UTF-8?q?Table=20/=20Form=20/=20Pagination=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- apps/web/src/components/ui/index.ts | 9 --------- 1 file changed, 9 deletions(-) diff --git a/apps/web/src/components/ui/index.ts b/apps/web/src/components/ui/index.ts index 98f8f77da..67ea0fc08 100644 --- a/apps/web/src/components/ui/index.ts +++ b/apps/web/src/components/ui/index.ts @@ -15,9 +15,6 @@ export type { SelectProps } from "./Select"; export { default as Modal } from "./Modal"; export type { ModalProps } from "./Modal"; -export { default as Table } from "./Table"; -export type { TableProps } from "./Table"; - export { default as Card } from "./Card"; export type { CardProps } from "./Card"; @@ -26,9 +23,3 @@ export type { TagProps, TagVariant } from "./Tag"; export { Tooltip, Popover } from "./Tooltip"; export type { TooltipProps, PopoverProps } from "./Tooltip"; - -export { default as Form, FormItem, FormList, FormProvider } from "./Form"; -export type { FormProps } from "./Form"; - -export { default as Pagination } from "./Pagination"; -export type { PaginationProps } from "./Pagination";