We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e648788 commit 0fd5fdfCopy full SHA for 0fd5fdf
apps/contact/app/api/get-plan/route.ts
@@ -1,4 +1,4 @@
1
-import { processContact } from "@/app/(helpers)/notion";
+import { processContact } from "@/helpers/notion";
2
import { nanoid } from "nanoid";
3
import { NextRequest } from "next/server";
4
import z from "zod";
0 commit comments