| 1 | /* eslint-disable @typescript-eslint/no-explicit-any */ |
| 2 | import { reportMessage } from "@effect-app/vue/errorReporter" |
| 3 | import { deepToRaw, reportRuntimeError } from "@effect-app/vue/lib" |
| 4 | import { type MissingDependencies } from "@effect-app/vue/makeClient" |
nothing calls this directly
no test coverage detected