Skip to content

Commit

Permalink
feat: update Form module exports
Browse files Browse the repository at this point in the history
  • Loading branch information
trevor-anderson committed Feb 20, 2024
1 parent ac1b39c commit 401329e
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/components/Form/index.ts
Original file line number Diff line number Diff line change
@@ -1,3 +1,6 @@
export * from "./Form";
export * from "./FormControlButtons";
export * from "./FormSubmitButton";
export * from "./inputs";
export * from "./classNames";
export * from "./types";
export * from "./helpers";

0 comments on commit 401329e

Please sign in to comment.