mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 19:31:58 +00:00
js: Convert static/js/compose_actions.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e74598da17
commit
0e90f3be6d
@@ -5,6 +5,7 @@ import render_topic_edit_form from "../templates/topic_edit_form.hbs";
|
||||
|
||||
import * as channel from "./channel";
|
||||
import * as compose from "./compose";
|
||||
import * as compose_actions from "./compose_actions";
|
||||
import * as condense from "./condense";
|
||||
import * as echo from "./echo";
|
||||
import * as loading from "./loading";
|
||||
|
||||
Reference in New Issue
Block a user