mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 21:43:21 +00:00
js: Convert static/js/unread_ops.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7ec3fc38fa
commit
9997e13032
@@ -1,5 +1,6 @@
|
||||
import {localstorage} from "./localstorage";
|
||||
import * as notifications from "./notifications";
|
||||
import * as unread_ops from "./unread_ops";
|
||||
import * as unread_ui from "./unread_ui";
|
||||
import * as util from "./util";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user