mirror of
https://github.com/zulip/zulip.git
synced 2025-11-07 23:43:43 +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
@@ -18,6 +18,7 @@ import * as recent_senders from "./recent_senders";
|
||||
import * as stream_data from "./stream_data";
|
||||
import * as timerender from "./timerender";
|
||||
import * as top_left_corner from "./top_left_corner";
|
||||
import * as unread from "./unread";
|
||||
|
||||
const topics = new Map(); // Key is stream-id:topic.
|
||||
let topics_widget;
|
||||
|
||||
Reference in New Issue
Block a user