🚨 (lint) remove unused imports
This commit is contained in:
@ -6,8 +6,6 @@ import { SubmitHandler, useForm } from "react-hook-form";
|
|||||||
import { submitRegisterForm } from "../../lib/submitRegisterForm";
|
import { submitRegisterForm } from "../../lib/submitRegisterForm";
|
||||||
import { zodResolver } from "@hookform/resolvers/zod";
|
import { zodResolver } from "@hookform/resolvers/zod";
|
||||||
import { registerFormSchema } from "../../models/registerForm.schema";
|
import { registerFormSchema } from "../../models/registerForm.schema";
|
||||||
import { COOKIE_KEYS } from "@/shared/constants/cookie.key";
|
|
||||||
import { useRunOnce } from "@/shared/hooks/useRunOnce";
|
|
||||||
|
|
||||||
type Props = {
|
type Props = {
|
||||||
fullname: string;
|
fullname: string;
|
||||||
|
|||||||
Reference in New Issue
Block a user