| 1 | import { createSimpleContext } from "@opencode-ai/ui/context" |
| 2 | import { useDialog } from "@opencode-ai/ui/context/dialog" |
| 3 | import { type Accessor, createEffect, createMemo, onCleanup, onMount } from "solid-js" |
| 4 | import { createStore } from "solid-js/store" |
nothing calls this directly
no test coverage detected