cleanup comments

availability-list
Ryukemeister 2023-10-27 23:27:26 +05:30
parent 0d4f36c00f
commit 79dba1827c
1 changed files with 0 additions and 2 deletions

View File

@ -3,8 +3,6 @@ import React, { forwardRef } from "react";
import type { FieldValues, SubmitHandler, UseFormReturn } from "react-hook-form";
import { FormProvider } from "react-hook-form";
// import { showToast } from "../../..";
type FormProps<T extends object> = { form: UseFormReturn<T>; handleSubmit: SubmitHandler<T> } & Omit<
JSX.IntrinsicElements["form"],
"onSubmit"