Browse Source

chore: generate

opencode-agent[bot] 3 months ago
parent
commit
e56999fd36
1 changed files with 1 additions and 8 deletions
  1. 1 8
      packages/opencode/src/cli/cmd/run/footer.prompt.tsx

+ 1 - 8
packages/opencode/src/cli/cmd/run/footer.prompt.tsx

@@ -6,14 +6,7 @@
 // while the footer view renders the current menu state below it.
 /** @jsxImportSource @opentui/solid */
 import { pathToFileURL } from "bun"
-import {
-  StyledText,
-  bg,
-  fg,
-  type KeyBinding,
-  type KeyEvent,
-  type TextareaRenderable,
-} from "@opentui/core"
+import { StyledText, bg, fg, type KeyBinding, type KeyEvent, type TextareaRenderable } from "@opentui/core"
 import { useKeyboard, useRenderer } from "@opentui/solid"
 import fuzzysort from "fuzzysort"
 import path from "path"