Skip to content

Commit fa36cc0

Browse files
authored
fix: move non route directories out of app dir (#611)
1 parent f10c9be commit fa36cc0

File tree

5 files changed

+3
-3
lines changed

5 files changed

+3
-3
lines changed

apps/contact/app/api/contact/route.tsx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
//import { ContactTemplate } from "@/app/(email-templates)/contact";
2-
//import { sendEmail } from "@/app/(helpers)/email";
3-
import { processContact } from "@/app/(helpers)/notion";
1+
//import { ContactTemplate } from "@/email-templates/contact";
2+
//import { sendEmail } from "@/helpers/email";
3+
import { processContact } from "@/helpers/notion";
44
import { nanoid } from "nanoid";
55
import { NextRequest } from "next/server";
66
import z from "zod";
File renamed without changes.

0 commit comments

Comments
 (0)