| 1 | import { useCallback } from "react"; |
| 2 | import { useAtomSet, useAtomValue } from "@effect/atom-react"; |
| 3 | import { Data, Effect, Option, Schema } from "effect"; |
| 4 | import * as Atom from "effect/unstable/reactivity/Atom"; |
nothing calls this directly
no test coverage detected