mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
js: Convert static/js/compose_state.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
f499c4a858
commit
1547494e25
@@ -1,5 +1,6 @@
|
||||
import _ from "lodash";
|
||||
|
||||
import * as compose_state from "./compose_state";
|
||||
import * as message_viewport from "./message_viewport";
|
||||
import * as people from "./people";
|
||||
import * as rows from "./rows";
|
||||
|
||||
Reference in New Issue
Block a user