mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 02:48:00 +00:00
js: Convert static/js/compose.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
35afd078f3
commit
5d3baec4ef
@@ -6,6 +6,7 @@ const render_message_edit_form = require("../templates/message_edit_form.hbs");
|
||||
const render_topic_edit_form = require("../templates/topic_edit_form.hbs");
|
||||
|
||||
const channel = require("./channel");
|
||||
const compose = require("./compose");
|
||||
const echo = require("./echo");
|
||||
const loading = require("./loading");
|
||||
const markdown = require("./markdown");
|
||||
|
||||
Reference in New Issue
Block a user