From b7187721db018cc595c75ebb01dde4c5ab5318df Mon Sep 17 00:00:00 2001 From: Michael Freno Date: Thu, 28 May 2026 13:59:46 -0400 Subject: [PATCH] reference fixes --- src/routes/contact.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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() {