| 1 | import * as Atom from "effect/unstable/reactivity/Atom"; |
| 2 | import * as AtomHttpApi from "effect/unstable/reactivity/AtomHttpApi"; |
| 3 | import { FetchHttpClient, HttpClient, HttpClientRequest } from "effect/unstable/http"; |
| 4 | import * as HttpClientError from "effect/unstable/http/HttpClientError"; |
nothing calls this directly
no test coverage detected