From a124aabb8ce8b63ba167fc2f9a1c3413a369f549 Mon Sep 17 00:00:00 2001 From: David Arranz Date: Mon, 16 Sep 2024 12:21:24 +0200 Subject: [PATCH] . --- client/src/app/auth/LoginPage.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/client/src/app/auth/LoginPage.tsx b/client/src/app/auth/LoginPage.tsx index f2ad344..7f14477 100644 --- a/client/src/app/auth/LoginPage.tsx +++ b/client/src/app/auth/LoginPage.tsx @@ -21,7 +21,6 @@ import { AlertCircleIcon } from "lucide-react"; import { SubmitHandler, useForm } from "react-hook-form"; import { Trans } from "react-i18next"; import { Link } from "react-router-dom"; -import SpanishJoiMessages from "../../spanish-joi-messages.json"; type LoginDataForm = ILogin_DTO;