Skip to content

Commit 1ecb027

Browse files
committed
refactor: ♻️ refactor api folder
1 parent 20cbba8 commit 1ecb027

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
1-
import { EmailTest } from '../../components/emails/Tester';
1+
import { EmailTest } from '../../../components/emails/TestEmail';
22
import { Resend } from 'resend';
3-
const RESEND_KEY = import.meta.env.VITE_RESEND_KEY;
43

4+
const RESEND_KEY = import.meta.env.VITE_RESEND_KEY;
55
const resend = new Resend(RESEND_KEY);
66

77
const facTeam= {
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
import { Resend } from "resend";
2-
import { Email } from "../../types/emails";
3-
const RESEND_KEY = import.meta.env.VITE_RESEND_KEY;
2+
import { Email } from "../../../../types/emails";
43

4+
const RESEND_KEY = import.meta.env.VITE_RESEND_KEY;
55
const resend = new Resend(RESEND_KEY);
66

77
export async function sendEmail(email: Email) {

0 commit comments

Comments
 (0)