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

8
frontend/app/Form.hs Normal file
View File

@@ -0,0 +1,8 @@
module Form
( module Form.Internal,
module Form.Input,
)
where
import Form.Input
import Form.Internal