mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
js: Convert static/js/floating_recipient_bar.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
e58666e512
commit
68732d4581
@@ -1,6 +1,7 @@
|
||||
import _ from "lodash";
|
||||
|
||||
import * as compose_state from "./compose_state";
|
||||
import * as floating_recipient_bar from "./floating_recipient_bar";
|
||||
import * as message_viewport from "./message_viewport";
|
||||
import * as people from "./people";
|
||||
import * as rows from "./rows";
|
||||
|
||||
Reference in New Issue
Block a user