summaryrefslogtreecommitdiff
path: root/editor/actions/import.ml
diff options
context:
space:
mode:
Diffstat (limited to 'editor/actions/import.ml')
-rwxr-xr-xeditor/actions/import.ml5
1 files changed, 3 insertions, 2 deletions
diff --git a/editor/actions/import.ml b/editor/actions/import.ml
index 13ed938..c847ed3 100755
--- a/editor/actions/import.ml
+++ b/editor/actions/import.ml
@@ -1,4 +1,5 @@
module Js = Js_of_ocaml.Js
+module App = Editor_app
let uncheck_import =
fun ~previous ~update ->
@@ -53,7 +54,7 @@ let create () =
in
Note.E.map
- (fun v -> State.E
+ (fun v -> App.E
( v
- , (module M : State.Event with type t = M.t )))
+ , (module M : App.Event with type t = M.t )))
(Note.E.Option.on_some ev)