diff --git a/src/routes/contact.tsx b/src/routes/contact.tsx index 9405f58..6790cf1 100644 --- a/src/routes/contact.tsx +++ b/src/routes/contact.tsx @@ -20,6 +20,7 @@ import type { UserProfile } from "~/types/user"; import { getCookie, setCookie } from "vinxi/http"; import { z } from "zod"; import { env } from "~/env/server"; +import { env as clientEnv } from "~/env/client"; import { fetchWithTimeout, checkResponse, @@ -419,7 +420,7 @@ export default function ContactPage() {