Skip to content

Commit

Permalink
random boolean error
Browse files Browse the repository at this point in the history
  • Loading branch information
eonurk committed Jul 29, 2024
1 parent c0e9f67 commit 805c1e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

import { zodResolver } from "@hookform/resolvers/zod";
import { useForm } from "react-hook-form";
import { boolean, z } from "zod";
import { z } from "zod";

import { ReloadIcon } from "@radix-ui/react-icons";

Expand Down

0 comments on commit 805c1e3

Please sign in to comment.