| 1 | import { createSimpleContext } from "@opencode-ai/ui/context" |
| 2 | import { createEffect, createMemo, createRoot } from "solid-js" |
| 3 | import { createStore } from "solid-js/store" |
| 4 | import { createServerProjects, ServerConnection, useServer } from "./server" |
nothing calls this directly
no test coverage detected