| 1 | import { Button, Html } from 'react-email'; |
| 2 | |
| 3 | interface EmailProps { |
| 4 | url: string; |
| 5 | } |
| 6 | |
| 7 | export function Email({ url }: EmailProps) { |
| 8 | return ( |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…