js: Convert static/js/compose.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:51:57 -08:00
committed by Tim Abbott
parent 35afd078f3
commit 5d3baec4ef
28 changed files with 189 additions and 193 deletions

View File

@@ -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");