mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +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
@@ -7,6 +7,7 @@ const render_recent_topics_body = require("../templates/recent_topics_table.hbs"
|
||||
const drafts = require("./drafts");
|
||||
const {localstorage} = require("./localstorage");
|
||||
const muting = require("./muting");
|
||||
const narrow_state = require("./narrow_state");
|
||||
const people = require("./people");
|
||||
const recent_senders = require("./recent_senders");
|
||||
const top_left_corner = require("./top_left_corner");
|
||||
|
||||
Reference in New Issue
Block a user