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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:58:04 -08:00
committed by Tim Abbott
parent e58666e512
commit 68732d4581
9 changed files with 31 additions and 33 deletions

View File

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