Skip to content

Commit

Permalink
fix: missing formikCompatible export
Browse files Browse the repository at this point in the history
  • Loading branch information
SevenOutman committed Jun 8, 2023
1 parent df92008 commit 19e6a2e
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -13,3 +13,4 @@ export * from "./TagPicker";
export * from "./Toggle";

export * from "./formikCompatible";
export { default as formikCompatible } from "./formikCompatible";

0 comments on commit 19e6a2e

Please sign in to comment.