From 342ebdf61b3b9021b9e58cfce607e96a6e7ae54e Mon Sep 17 00:00:00 2001 From: Alexander Foremny Date: Tue, 4 Jun 2024 09:28:10 +0200 Subject: refactor `Form` module --- frontend/app/Form.hs | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 frontend/app/Form.hs (limited to 'frontend/app/Form.hs') 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 -- cgit v1.2.3