| 1 | import { batch, createMemo, createRoot, onCleanup } from "solid-js" |
| 2 | import { createStore, reconcile, type SetStoreFunction, type Store } from "solid-js/store" |
| 3 | import { createSimpleContext } from "@opencode-ai/ui/context" |
| 4 | import { useParams } from "@solidjs/router" |
nothing calls this directly
no test coverage detected