refactor Form module

This commit is contained in:
Alexander Foremny
2024-06-04 09:28:10 +02:00
parent a19623cc78
commit 342ebdf61b
5 changed files with 109 additions and 85 deletions

View File

@@ -11,6 +11,11 @@ extra-doc-files: CHANGELOG.md
executable frontend
main-is: Main.hs
hs-source-dirs: app
other-modules:
Form
Form.Input
Form.Internal
default-language: GHC2021
default-extensions:
CPP OverloadedStrings RecordWildCards DeriveAnyClass