Skip to content

Commit

Permalink
fix: prepare for pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
shawn320 committed Jul 20, 2023
1 parent 0ef3a10 commit 538194b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export { FormTextField } from "./components/FormTextField/FormTextField";
export { FormError } from "./components/FormError/FormError";
export { FormLabel } from "./components/FormLabel/FormLabel";
export { AccordionForm } from "./components/AccordionForm/AccordionForm";
export { FormAlertMessage } from "./components/FormAlertMessage/FormAlertMessage";
export { FormErrorSummary } from "./components/FormErrorSummary/FormErrorSummary";
export { FormRadioButton } from "./components/FormRadioButton/FormRadioButton";
export { FormCheckBox } from "./components/FormCheckBox/FormCheckBox";
export { FormMultiTextField } from "./components/FormMultiTextField/FormMultiTextField";
Expand Down

0 comments on commit 538194b

Please sign in to comment.