Remove unused import from send-email function
This commit is contained in:
parent
04c59f7d7a
commit
4fcbc754ed
|
@ -1,6 +1,4 @@
|
|||
import { Resend } from 'resend';
|
||||
|
||||
/**
|
||||
**
|
||||
* Cloudflare Pages Function - /api/send-email
|
||||
*/
|
||||
export async function onRequestPost(context) {
|
||||
|
|
Loading…
Reference in New Issue