This commit is contained in:
2025-04-30 14:39:08 -03:00
parent be05d1d623
commit c33b8f5ef2
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
import { Form, useForm } from "react-hook-form";
import { zodResolver } from "@hookform/resolvers/zod";
import { createElement, useEffect } from "react";
import { createElement } from "react";
import clsx from "clsx";
import { z } from "zod";