summaryrefslogtreecommitdiffhomepage
path: root/packages/desktop/src/ui/index.ts
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-10-16 14:53:44 -0500
committerAdam <[email protected]>2025-10-16 14:53:44 -0500
commit47d9e017657c4d265dea53bd86d727097a7ba282 (patch)
treee278fb3983f13f6fa474228cf5031c3b4680f566 /packages/desktop/src/ui/index.ts
parentfc18fc8a08e703a54553e714344e638673b2d313 (diff)
downloadopencode-47d9e017657c4d265dea53bd86d727097a7ba282.tar.gz
opencode-47d9e017657c4d265dea53bd86d727097a7ba282.zip
wip: css/ui and desktop work
Diffstat (limited to 'packages/desktop/src/ui/index.ts')
-rw-r--r--packages/desktop/src/ui/index.ts5
1 files changed, 0 insertions, 5 deletions
diff --git a/packages/desktop/src/ui/index.ts b/packages/desktop/src/ui/index.ts
index d3f24a192..a6ade6ff3 100644
--- a/packages/desktop/src/ui/index.ts
+++ b/packages/desktop/src/ui/index.ts
@@ -1,4 +1,3 @@
-export { Button, type ButtonProps } from "./button"
export {
Collapsible,
type CollapsibleProps,
@@ -6,8 +5,4 @@ export {
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"