diff options
Diffstat (limited to 'frontend/app/Form.hs')
-rw-r--r-- | frontend/app/Form.hs | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/frontend/app/Form.hs b/frontend/app/Form.hs new file mode 100644 index 0000000..f07487b --- /dev/null +++ b/frontend/app/Form.hs @@ -0,0 +1,8 @@ +module Form + ( module Form.Internal, + module Form.Input, + ) +where + +import Form.Input +import Form.Internal |