diff options
| author | Adam <[email protected]> | 2025-12-09 21:44:34 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-09 21:44:34 -0600 |
| commit | d149c25aaba0dd171bb7e8bc713d1257c0a4e107 (patch) | |
| tree | 31315c5c386c8a913ce9f638efa9f9bdcd17369d /packages/desktop/src | |
| parent | 18d24b8f5f9fb907c2bf0cd87d22b8f3638c0302 (diff) | |
| download | opencode-d149c25aaba0dd171bb7e8bc713d1257c0a4e107.tar.gz opencode-d149c25aaba0dd171bb7e8bc713d1257c0a4e107.zip | |
fix: types
Diffstat (limited to 'packages/desktop/src')
| -rw-r--r-- | packages/desktop/src/components/prompt-input.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/desktop/src/components/prompt-input.tsx b/packages/desktop/src/components/prompt-input.tsx index 4396fd2c9..6590b6d18 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -17,7 +17,7 @@ import { IconButton } from "@opencode-ai/ui/icon-button" import { ProviderIcon } from "@opencode-ai/ui/provider-icon" import { Select } from "@opencode-ai/ui/select" import { getDirectory, getFilename } from "@opencode-ai/util/path" -import { IconName } from "../../../ui/src/components/provider-icons/types" +import { type IconName } from "@opencode-ai/ui/icons/provider" interface PromptInputProps { class?: string |
