aboutsummaryrefslogtreecommitdiffstats
path: root/packages/web/app/signin/components
diff options
context:
space:
mode:
Diffstat (limited to 'packages/web/app/signin/components')
-rw-r--r--packages/web/app/signin/components/CredentialsForm.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/web/app/signin/components/CredentialsForm.tsx b/packages/web/app/signin/components/CredentialsForm.tsx
index f47708f6..5296e163 100644
--- a/packages/web/app/signin/components/CredentialsForm.tsx
+++ b/packages/web/app/signin/components/CredentialsForm.tsx
@@ -13,7 +13,7 @@ import {
} from "@/components/ui/form";
import { Input } from "@/components/ui/input";
import { ActionButton } from "@/components/ui/action-button";
-import { zSignUpSchema } from "@/lib/types/api/users";
+import { zSignUpSchema } from "@hoarder/trpc/types/users";
import { signIn } from "next-auth/react";
import { useState } from "react";
import { api } from "@/lib/trpc";