tui: remove unused imports from prompt component
Some checks are pending
format / format (push) Waiting to run
snapshot / publish (push) Waiting to run

This commit is contained in:
Dax Raad 2025-09-23 00:32:51 -04:00
parent 3d80e36549
commit f6e4353bf1

View file

@ -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()