From 081e6aae57719c15bdbc5e973ca7ddba9506a4bb Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 8 Aug 2020 12:49:03 +0200 Subject: Show context menu to add, modify and delete markers --- src/View/Form.ml | 5 ----- 1 file changed, 5 deletions(-) (limited to 'src/View/Form.ml') 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" |] -- cgit v1.2.3