mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: remove unused imports from prompt component
This commit is contained in:
parent
3d80e36549
commit
f6e4353bf1
1 changed files with 0 additions and 3 deletions
|
|
@ -12,8 +12,6 @@ import { Identifier } from "../../../../id/id"
|
|||
import { createStore, produce } from "solid-js/store"
|
||||
import type { FilePart } from "@opencode-ai/sdk"
|
||||
import fuzzysort from "fuzzysort"
|
||||
import { DialogModel } from "./dialog-model"
|
||||
import { DialogAgent } from "./dialog-agent"
|
||||
import { useCommandDialog } from "./dialog-command"
|
||||
|
||||
export type PromptProps = {
|
||||
|
|
@ -253,7 +251,6 @@ function Autocomplete(props: {
|
|||
ref: (ref: AutocompleteRef) => void
|
||||
}) {
|
||||
const sdk = useSDK()
|
||||
const local = useLocal()
|
||||
const sync = useSync()
|
||||
const command = useCommandDialog()
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue