| 6 | import { BaseEmailLayout } from "./utils/BaseEmailLayout"; // Import the layout |
| 7 | |
| 8 | interface ResetPasswordEmailProps { |
| 9 | url: string; |
| 10 | } |
| 11 | |
| 12 | const primaryColor = "#2563EB"; // Blue-600 |
| 13 |
nothing calls this directly
no outgoing calls
no test coverage detected