mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 00:18:12 +00:00
js: Convert static/js/stream_list.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
727208b84c
commit
3e8ddc229b
@@ -1,6 +1,7 @@
|
||||
import * as activity from "./activity";
|
||||
import * as notifications from "./notifications";
|
||||
import * as pm_list from "./pm_list";
|
||||
import * as stream_list from "./stream_list";
|
||||
import * as top_left_corner from "./top_left_corner";
|
||||
import * as topic_list from "./topic_list";
|
||||
import * as unread from "./unread";
|
||||
|
||||
Reference in New Issue
Block a user