| 12 | } from "@react-email/components" |
| 13 | |
| 14 | interface ExtensionRejectedProps { |
| 15 | authorName: string |
| 16 | extensionName: string |
| 17 | productId: string |
| 18 | rejectionReason: string |
| 19 | } |
| 20 | |
| 21 | export function ExtensionRejected({ |
| 22 | authorName = "Developer", |
nothing calls this directly
no outgoing calls
no test coverage detected