mirror of
https://github.com/zulip/zulip.git
synced 2025-11-08 16:01:58 +00:00
js: Convert static/js/timerender.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
9a0fc5cc87
commit
7e9b5efa8a
@@ -17,6 +17,7 @@ const notifications = require("./notifications");
|
||||
const people = require("./people");
|
||||
const recent_senders = require("./recent_senders");
|
||||
const stream_data = require("./stream_data");
|
||||
const timerender = require("./timerender");
|
||||
const top_left_corner = require("./top_left_corner");
|
||||
|
||||
const topics = new Map(); // Key is stream-id:topic.
|
||||
|
||||
Reference in New Issue
Block a user