aboutsummaryrefslogtreecommitdiffstats
path: root/apps/web/components/dashboard/settings
diff options
context:
space:
mode:
Diffstat (limited to 'apps/web/components/dashboard/settings')
-rw-r--r--apps/web/components/dashboard/settings/ChangePassword.tsx2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/web/components/dashboard/settings/ChangePassword.tsx b/apps/web/components/dashboard/settings/ChangePassword.tsx
index 5d9324e6..070caee8 100644
--- a/apps/web/components/dashboard/settings/ChangePassword.tsx
+++ b/apps/web/components/dashboard/settings/ChangePassword.tsx
@@ -17,7 +17,7 @@ import { api } from "@/lib/trpc";
import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
-import { zChangePasswordSchema } from "@hoarder/trpc/types/users";
+import { zChangePasswordSchema } from "@hoarder/shared/types/users";
export function ChangePassword() {
const form = useForm<z.infer<typeof zChangePasswordSchema>>({