fix: lints

This commit is contained in:
Julien Froidefond
2025-03-02 06:47:38 +01:00
parent a28d36aa53
commit 438d08f3f2
5 changed files with 3 additions and 5 deletions

View File

@@ -6,7 +6,6 @@ import { authService } from "@/lib/services/auth.service";
import { AppErrorType } from "@/types/global";
import { ErrorMessage } from "@/components/ui/ErrorMessage";
import { useTranslate } from "@/hooks/useTranslate";
import { AppError } from "@/utils/errors";
interface LoginFormProps {
from?: string;