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