mirror of
https://github.com/sst/opencode.git
synced 2025-12-23 10:11:41 +00:00
tui: remove unused Shimmer import from prompt component
This commit is contained in:
parent
dd03368a85
commit
05ca287a1c
1 changed files with 0 additions and 1 deletions
|
|
@ -13,7 +13,6 @@ import { createStore, produce } from "solid-js/store"
|
|||
import type { FilePart } from "@opencode-ai/sdk"
|
||||
import fuzzysort from "fuzzysort"
|
||||
import { useCommandDialog } from "./dialog-command"
|
||||
import { Shimmer } from "../ui/shimmer"
|
||||
|
||||
export type PromptProps = {
|
||||
sessionID?: string
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue