refactor Form module
This commit is contained in:
8
frontend/app/Form.hs
Normal file
8
frontend/app/Form.hs
Normal file
@@ -0,0 +1,8 @@
|
||||
module Form
|
||||
( module Form.Internal,
|
||||
module Form.Input,
|
||||
)
|
||||
where
|
||||
|
||||
import Form.Input
|
||||
import Form.Internal
|
||||
Reference in New Issue
Block a user