From 38e42723a916b7d5c2a15e514b3f3e6dcab398dd Mon Sep 17 00:00:00 2001 From: Joris Date: Sat, 8 Aug 2020 21:04:28 +0200 Subject: Propose already defined colors in the form --- src/View/Colors.ml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 src/View/Colors.ml (limited to 'src/View/Colors.ml') diff --git a/src/View/Colors.ml b/src/View/Colors.ml new file mode 100644 index 0000000..380a01c --- /dev/null +++ b/src/View/Colors.ml @@ -0,0 +1,4 @@ +let content () = + H.div + [| |] + [| H.text "Colors" |] -- cgit v1.2.3