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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:56:48 -08:00
committed by Tim Abbott
parent dd18b32e04
commit 5ba7153a3b
15 changed files with 37 additions and 35 deletions

View File

@@ -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 condense from "./condense";
import * as echo from "./echo";
import * as loading from "./loading";
import * as markdown from "./markdown";