From 4fcbc754ed7f54ff2bda0f827c86e816a29e04f0 Mon Sep 17 00:00:00 2001 From: Daniel LaForce Date: Wed, 9 Apr 2025 17:50:36 -0600 Subject: [PATCH] Remove unused import from send-email function --- functions/api/send-email.js | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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) {