diff --git a/apps/www/src/components/early-access-form.tsx b/apps/www/src/app/(app)/_components/early-access-form.tsx similarity index 90% rename from apps/www/src/components/early-access-form.tsx rename to apps/www/src/app/(app)/_components/early-access-form.tsx index 1968013..cd3c7db 100644 --- a/apps/www/src/components/early-access-form.tsx +++ b/apps/www/src/app/(app)/_components/early-access-form.tsx @@ -13,7 +13,7 @@ import { z } from "zod"; import { zodResolver } from "@hookform/resolvers/zod"; import { useForm } from "react-hook-form"; import { useMutation } from "@tanstack/react-query"; -import { joinEarlyAccessAction } from "@/server/actions"; +import { joinEarlyAccessAction } from "@/server/actions/early-access"; import { Icons } from "@/components/icons"; import { toast } from "sonner"; @@ -62,7 +62,7 @@ export function EarlyAccessForm() {