diff options
| author | Kit Langton <[email protected]> | 2026-04-15 22:17:59 -0400 |
|---|---|---|
| committer | GitHub <[email protected]> | 2026-04-16 02:17:59 +0000 |
| commit | cf423d27693ab5718eb836bdba7ba3ed357204b0 (patch) | |
| tree | c4fe658200b7ebc1bdc5cc85971dab7b5b68ad03 /packages/plugin/src/tui.ts | |
| parent | 62ddb9d3ad774f97d34c4004ee607fc86e69ddfc (diff) | |
| download | opencode-cf423d27693ab5718eb836bdba7ba3ed357204b0.tar.gz opencode-cf423d27693ab5718eb836bdba7ba3ed357204b0.zip | |
fix: remove 10 unused type-only imports and declarations (#22696)
Diffstat (limited to 'packages/plugin/src/tui.ts')
| -rw-r--r-- | packages/plugin/src/tui.ts | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/packages/plugin/src/tui.ts b/packages/plugin/src/tui.ts index e6f832f7e..099cf2758 100644 --- a/packages/plugin/src/tui.ts +++ b/packages/plugin/src/tui.ts @@ -13,7 +13,6 @@ import type { QuestionRequest, SessionStatus, TextPart, - Workspace, Config as SdkConfig, } from "@opencode-ai/sdk/v2" import type { CliRenderer, ParsedKey, RGBA, SlotMode } from "@opentui/core" |
