From 456e1424c600d325c19fb65fcee2e45b3999f1a7 Mon Sep 17 00:00:00 2001 From: Stephen Haberman Date: Mon, 8 Jan 2024 14:02:31 -0600 Subject: [PATCH] fix: Export the SubmitButton. (#990) --- src/forms/index.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/forms/index.ts b/src/forms/index.ts index 32eba5211..c72b4d759 100644 --- a/src/forms/index.ts +++ b/src/forms/index.ts @@ -20,3 +20,4 @@ export * from "./BoundIconCardGroupField"; export * from "./FormHeading"; export * from "./FormLines"; export * from "./StaticField"; +export * from "./SubmitButton";