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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:26:48 -08:00
committed by Tim Abbott
parent 8191915e57
commit dc95f06b62
17 changed files with 52 additions and 45 deletions

View File

@@ -6,7 +6,6 @@
declare let blueslip: any;
declare let compose_actions: any;
declare let composebox_typeahead: any;
declare let compose_ui: any;
declare let csrf_token: any;
declare let current_msg_list: any;
declare let emoji: any;