Skip to content

Commit

Permalink
fix(admin): import path in OrganismInformationForm
Browse files Browse the repository at this point in the history
  • Loading branch information
ThomasDos committed Sep 4, 2024
1 parent 1bbf320 commit 9a5155b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -11,11 +11,11 @@ import { zodResolver } from "@hookform/resolvers/zod";
import { useRouter } from "next/navigation";
import { useCallback, useEffect, useMemo } from "react";
import { useForm } from "react-hook-form";
import { useOrganismInformationForm } from "./OrganismInformationForm.hook";
import {
OrganismInformationFormData,
organismInformationFormSchema,
} from "./organismInformationFormSchema";
import { useOrganismInformationForm } from "./organismInformationForm.hook";

const OrganismInformationForm = ({
mutationOnSubmit,
Expand Down

0 comments on commit 9a5155b

Please sign in to comment.