js: Convert static/js/narrow_state.js to ES6 module.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:47:56 -08:00
committed by Tim Abbott
parent a1e9be884d
commit b830f53eb5
47 changed files with 161 additions and 118 deletions

View File

@@ -5,6 +5,7 @@
// dependencies that existed when this code was in people.js.
// (We should do bot updates here too.)
const message_live_update = require("./message_live_update");
const narrow_state = require("./narrow_state");
const people = require("./people");
const pm_list = require("./pm_list");
const settings_config = require("./settings_config");