From 7c23b96ce5634550341b9554eda9d7c89a79e3c0 Mon Sep 17 00:00:00 2001 From: Sébastien Dailly Date: Mon, 7 Feb 2022 16:03:16 +0100 Subject: Update editor --- editor/ui.ml | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100755 editor/ui.ml (limited to 'editor/ui.ml') 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 + [] -- cgit v1.2.3