diff options
Diffstat (limited to 'src/View/Colors.ml')
-rw-r--r-- | src/View/Colors.ml | 4 |
1 files changed, 4 insertions, 0 deletions
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" |] |