diff options
| author | Adam <[email protected]> | 2025-12-18 15:47:16 -0600 |
|---|---|---|
| committer | Adam <[email protected]> | 2025-12-18 15:47:21 -0600 |
| commit | d57b963141a99c1e49271de2bdde2b08b6546f57 (patch) | |
| tree | 1ec82c7cf8929b9613c804b48d67ac2f20bd562b /packages/desktop/src/components | |
| parent | 0ebcaff92717ba0cb3ca122064cabc7622a2dd68 (diff) | |
| download | opencode-d57b963141a99c1e49271de2bdde2b08b6546f57.tar.gz opencode-d57b963141a99c1e49271de2bdde2b08b6546f57.zip | |
fix: id
Diffstat (limited to 'packages/desktop/src/components')
| -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 7f6c0ee4f..ac56793f4 100644 --- a/packages/desktop/src/components/prompt-input.tsx +++ b/packages/desktop/src/components/prompt-input.tsx @@ -21,7 +21,7 @@ import { DialogSelectModelUnpaid } from "@/components/dialog-select-model-unpaid import { useProviders } from "@/hooks/use-providers" import { useCommand, formatKeybind } from "@/context/command" import { persisted } from "@/utils/persist" -import { Identifier } from "@opencode-ai/util/identifier" +import { Identifier } from "@/utils/id" const ACCEPTED_IMAGE_TYPES = ["image/png", "image/jpeg", "image/gif", "image/webp"] const ACCEPTED_FILE_TYPES = [...ACCEPTED_IMAGE_TYPES, "application/pdf"] |
