Skip to content

Commit

Permalink
fix: export get-form-schema function in helpers/index.ts (#64)
Browse files Browse the repository at this point in the history
  • Loading branch information
BenocxX authored Oct 30, 2023
1 parent eb7cf7d commit 2f4d1d4
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .changeset/wise-chairs-work.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
---
"formsnap": patch
---

fix: export get-form-schema function in helpers/index.ts
1 change: 1 addition & 0 deletions src/lib/helpers/index.ts
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
export * from "./get-form-field.js";
export * from "./get-form.js";
export * from "./get-form-schema.js";

0 comments on commit 2f4d1d4

Please sign in to comment.