Fix eslint & checks

Signed-off-by: Jonathan <contact@grafikart.fr>
This commit is contained in:
Jonathan
2026-07-27 11:18:32 +02:00
committed by Bryan Frimin
parent 7d2b9b73b7
commit a913b0e3b6
21 changed files with 49 additions and 41 deletions

View File

@@ -21,9 +21,9 @@
import { Avatar, Field, Option, Select } from "@probo/ui";
import { type ComponentProps, Suspense } from "react";
import { type Control, Controller, type FieldPath, type FieldValues } from "react-hook-form";
import { useTranslation } from "react-i18next";
import { usePeople } from "#/hooks/graph/PeopleGraph";
import { useTranslation } from "react-i18next";
type Props<
TFieldValues extends FieldValues = FieldValues,