mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 13:33:24 +00:00
js: Convert static/js/compose.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
35afd078f3
commit
5d3baec4ef
@@ -1,3 +1,4 @@
|
||||
import * as compose from "./compose";
|
||||
import * as compose_state from "./compose_state";
|
||||
import {localstorage} from "./localstorage";
|
||||
import * as narrow_state from "./narrow_state";
|
||||
|
||||
Reference in New Issue
Block a user