Skip to content

Commit 81f0885

Browse files
chore: generate
1 parent 65b2a10 commit 81f0885

1 file changed

Lines changed: 1 addition & 11 deletions

File tree

  • packages/opencode/src/cli/cmd/tui/component/prompt

packages/opencode/src/cli/cmd/tui/component/prompt/index.tsx

Lines changed: 1 addition & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,5 @@
11
import { BoxRenderable, RGBA, TextareaRenderable, MouseEvent, PasteEvent, decodePasteBytes } from "@opentui/core"
2-
import {
3-
createEffect,
4-
createMemo,
5-
onMount,
6-
createSignal,
7-
onCleanup,
8-
on,
9-
Show,
10-
Switch,
11-
Match,
12-
} from "solid-js"
2+
import { createEffect, createMemo, onMount, createSignal, onCleanup, on, Show, Switch, Match } from "solid-js"
133
import "opentui-spinner/solid"
144
import path from "path"
155
import { fileURLToPath } from "url"

0 commit comments

Comments
 (0)