summaryrefslogtreecommitdiff
path: root/editor/ui.ml
diff options
context:
space:
mode:
authorSébastien Dailly <sebastien@dailly.me>2022-02-07 16:03:16 +0100
committerSébastien Dailly <sebastien@dailly.me>2022-02-07 16:43:33 +0100
commit7c23b96ce5634550341b9554eda9d7c89a79e3c0 (patch)
treeda92baed0962717a882aa31e269243fba66ce0b3 /editor/ui.ml
parent896bfb14fa05cf07bb57216fdccd678e027bc4f9 (diff)
Update editor
Diffstat (limited to 'editor/ui.ml')
-rwxr-xr-xeditor/ui.ml8
1 files changed, 8 insertions, 0 deletions
diff --git a/editor/ui.ml b/editor/ui.ml
new file mode 100755
index 0000000..001ae98
--- /dev/null
+++ b/editor/ui.ml
@@ -0,0 +1,8 @@
+open Brr
+module Js = Js_of_ocaml.Js
+
+let popup
+ : unit -> El.t
+ = fun () ->
+ El.div
+ []