diff --git a/functions/api/send-email.js b/functions/api/send-email.js index 7e01786..298ff9b 100644 --- a/functions/api/send-email.js +++ b/functions/api/send-email.js @@ -1,6 +1,4 @@ -import { Resend } from 'resend'; - -/** +** * Cloudflare Pages Function - /api/send-email */ export async function onRequestPost(context) {