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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:50:52 -08:00
committed by Tim Abbott
parent f499c4a858
commit 1547494e25
24 changed files with 63 additions and 51 deletions

View File

@@ -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";