From ab54e8413067b04ff34e8b6103fdbdab1b6dde56 Mon Sep 17 00:00:00 2001 From: Jacob Delgado Date: Wed, 14 Aug 2024 18:01:05 -0700 Subject: [PATCH] fixed import --- frontend/src/app/api/emails/route.ts | 2 ++ 1 file changed, 2 insertions(+) diff --git a/frontend/src/app/api/emails/route.ts b/frontend/src/app/api/emails/route.ts index db97005..52c4641 100644 --- a/frontend/src/app/api/emails/route.ts +++ b/frontend/src/app/api/emails/route.ts @@ -1,3 +1,5 @@ +import { sendEmail } from "@/lib/mail.utils" + export async function POST() { const sender = { name: 'My App',