summaryrefslogtreecommitdiffhomepage
path: root/packages/app/src/ui/index.ts
diff options
context:
space:
mode:
Diffstat (limited to 'packages/app/src/ui/index.ts')
-rw-r--r--packages/app/src/ui/index.ts13
1 files changed, 0 insertions, 13 deletions
diff --git a/packages/app/src/ui/index.ts b/packages/app/src/ui/index.ts
deleted file mode 100644
index d3f24a192..000000000
--- a/packages/app/src/ui/index.ts
+++ /dev/null
@@ -1,13 +0,0 @@
-export { Button, type ButtonProps } from "./button"
-export {
- Collapsible,
- type CollapsibleProps,
- type CollapsibleTriggerProps,
- type CollapsibleContentProps,
-} from "./collapsible"
-export { FileIcon, type FileIconProps } from "./file-icon"
-export { Icon, type IconProps } from "./icon"
-export { IconButton, type IconButtonProps } from "./icon-button"
-export { Link, type LinkProps } from "./link"
-export { Logo, type LogoProps } from "./logo"
-export { Tooltip, type TooltipProps } from "./tooltip"