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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-28 12:31:02 -08:00
committed by Tim Abbott
parent 727208b84c
commit 3e8ddc229b
30 changed files with 184 additions and 164 deletions

View File

@@ -16,6 +16,7 @@ import * as panels from "./panels";
import * as people from "./people";
import * as recent_senders from "./recent_senders";
import * as stream_data from "./stream_data";
import * as stream_list from "./stream_list";
import * as timerender from "./timerender";
import * as top_left_corner from "./top_left_corner";
import * as unread from "./unread";