mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 05:58:25 +00:00
js: Convert static/js/condense.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
dd18b32e04
commit
5ba7153a3b
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user