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";