| 1 | import type { DeliverEmail, SendPlainTextOptions } from "emails"; |
| 2 | import { EmailClient } from "emails"; |
| 3 | import type { SendEmailOptions } from "remix-auth-email-link"; |
| 4 | import { redirect } from "remix-typedjson"; |
nothing calls this directly
no test coverage detected