mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 11:52:01 +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
@@ -2,6 +2,7 @@ import render_recent_topic_row from "../templates/recent_topic_row.hbs";
|
||||
import render_recent_topics_filters from "../templates/recent_topics_filters.hbs";
|
||||
import render_recent_topics_body from "../templates/recent_topics_table.hbs";
|
||||
|
||||
import * as compose_actions from "./compose_actions";
|
||||
import * as drafts from "./drafts";
|
||||
import * as hash_util from "./hash_util";
|
||||
import * as ListWidget from "./list_widget";
|
||||
|
||||
Reference in New Issue
Block a user