aboutsummaryrefslogtreecommitdiff
path: root/src/View/Form.ml
diff options
context:
space:
mode:
Diffstat (limited to 'src/View/Form.ml')
-rw-r--r--src/View/Form.ml5
1 files changed, 0 insertions, 5 deletions
diff --git a/src/View/Form.ml b/src/View/Form.ml
index b0319b5..db73b0c 100644
--- a/src/View/Form.ml
+++ b/src/View/Form.ml
@@ -1,8 +1,3 @@
-let section name =
- H.h1
- [| HA.class_ "g-Form__Section" |]
- [| H.text name |]
-
let input id label init_value on_input =
H.div
[| HA.class_ "g-Form__Field" |]