mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 15:03:34 +00:00
js: Convert static/js/narrow.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
7a67c06581
commit
e74598da17
@@ -1,4 +1,5 @@
|
||||
import * as channel from "./channel";
|
||||
import * as narrow from "./narrow";
|
||||
|
||||
function set_tutorial_status(status, callback) {
|
||||
return channel.post({
|
||||
|
||||
Reference in New Issue
Block a user