Skip to content

Commit

Permalink
fix: missing type
Browse files Browse the repository at this point in the history
  • Loading branch information
MiroslavPetrik committed Dec 5, 2023
1 parent 8524974 commit 52c2d2a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/fields/zod-field/zodField.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { FieldAtom, FieldAtomConfig, FormAtom, fieldAtom } from "form-atoms";
import { zodValidate } from "form-atoms/zod";
import { Atom, WritableAtom, atom } from "jotai";
import { Atom, Getter, WritableAtom, atom } from "jotai";
import { RESET } from "jotai/utils";
import { ZodAny, ZodUndefined, z } from "zod";

Expand Down

0 comments on commit 52c2d2a

Please sign in to comment.