mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 22:13:26 +00:00
js: Convert static/js/unread.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9997e13032
commit
727208b84c
@@ -1,6 +1,7 @@
|
||||
import * as loading from "./loading";
|
||||
import * as message_store from "./message_store";
|
||||
import * as resize from "./resize";
|
||||
import * as unread from "./unread";
|
||||
import * as unread_ui from "./unread_ui";
|
||||
|
||||
export function do_unread_count_updates(messages) {
|
||||
|
||||
Reference in New Issue
Block a user