diff options
author | Sébastien Dailly <sebastien@chimrod.com> | 2021-06-01 13:11:58 +0200 |
---|---|---|
committer | Sébastien Dailly <sebastien@dailly.me> | 2022-02-07 16:43:33 +0100 |
commit | 72e3b16bbd258e63f047392c973ba5e8f0a823c8 (patch) | |
tree | 67f75383a9d20590587c648ecb5e3c78f6bd0044 /editor/dune | |
parent | 54f6e68c051afec0d20c349352feee5356e11b35 (diff) |
Added export button in editor
Diffstat (limited to 'editor/dune')
-rwxr-xr-x | editor/dune | 6 |
1 files changed, 1 insertions, 5 deletions
diff --git a/editor/dune b/editor/dune index 8f2e3d1..6b13228 100755 --- a/editor/dune +++ b/editor/dune @@ -3,15 +3,11 @@ (libraries brr brr.note - elements - js_lib prosemirror blog - application state plugins - forms - actions + editor_actions ) (modes js) (preprocess (pps js_of_ocaml-ppx)) |