Skip to content

Commit dfd188a

Browse files
author
Madeline Trotter
committed
Add missing form export
1 parent fddfdb0 commit dfd188a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Lumi/Components/Form.purs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ import Lumi.Components.FetchCache as FetchCache
8383
import Lumi.Components.Form.Defaults (formDefaults) as Defaults
8484
import Lumi.Components.Form.Internal (Forest, FormBuilder'(..), FormBuilder, SeqFormBuilder, Tree(..), formBuilder, formBuilder_, invalidate, pruneTree, sequential)
8585
import Lumi.Components.Form.Internal (Forest, FormBuilder', FormBuilder, SeqFormBuilder', SeqFormBuilder, Tree(..), formBuilder, formBuilder_, invalidate, listen, parallel, revalidate, sequential) as Internal
86-
import Lumi.Components.Form.Validation (ModifyValidated(..), Validated(..), Validator, _Validated, fromValidated, mustBe, mustEqual, nonEmpty, nonEmptyArray, nonNull, nonEmpty', nonEmptyArray', nonNull', optional, setFresh, setModified, validDate, validInt, validNumber, validDate', validInt', validNumber', validated, warn) as Validation
86+
import Lumi.Components.Form.Validation (ModifyValidated(..), Validated(..), ValidatedNewtype(..), Validator, _Validated, _ValidatedNewtype, fromValidated, mustBe, mustEqual, nonEmpty, nonEmptyArray, nonNull, nonEmpty', nonEmptyArray', nonNull', optional, setFresh, setModified, validDate, validInt, validNumber, validDate', validInt', validNumber', validated, warn) as Validation
8787
import Lumi.Components.Input (alignToInput)
8888
import Lumi.Components.Input as Input
8989
import Lumi.Components.LabeledField (RequiredField(..), labeledField, labeledFieldValidationErrorStyles, labeledFieldValidationWarningStyles)

0 commit comments

Comments
 (0)