summaryrefslogtreecommitdiffhomepage
path: root/packages/ui
diff options
context:
space:
mode:
authorAdam <[email protected]>2025-12-09 21:44:34 -0600
committerAdam <[email protected]>2025-12-09 21:44:34 -0600
commitd149c25aaba0dd171bb7e8bc713d1257c0a4e107 (patch)
tree31315c5c386c8a913ce9f638efa9f9bdcd17369d /packages/ui
parent18d24b8f5f9fb907c2bf0cd87d22b8f3638c0302 (diff)
downloadopencode-d149c25aaba0dd171bb7e8bc713d1257c0a4e107.tar.gz
opencode-d149c25aaba0dd171bb7e8bc713d1257c0a4e107.zip
fix: types
Diffstat (limited to 'packages/ui')
-rw-r--r--packages/ui/package.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/packages/ui/package.json b/packages/ui/package.json
index 5448a7470..e772c613b 100644
--- a/packages/ui/package.json
+++ b/packages/ui/package.json
@@ -10,6 +10,8 @@
"./context/*": "./src/context/*.tsx",
"./styles": "./src/styles/index.css",
"./styles/tailwind": "./src/styles/tailwind/index.css",
+ "./icons/provider": "./src/components/provider-icons/types.ts",
+ "./icons/file-type": "./src/components/file-icons/types.ts",
"./fonts/*": "./src/assets/fonts/*"
},
"scripts": {