mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 09:58:06 +00:00
js: Convert static/js/narrow_state.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a1e9be884d
commit
b830f53eb5
@@ -1,4 +1,5 @@
|
||||
import * as muting from "./muting";
|
||||
import * as narrow_state from "./narrow_state";
|
||||
|
||||
const max_topics = 5;
|
||||
const max_topics_with_unread = 8;
|
||||
|
||||
Reference in New Issue
Block a user