mirror of
https://github.com/zulip/zulip.git
synced 2025-11-19 22:19:48 +00:00
js: Convert static/js/stream_color.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
374dfc2fda
commit
d81ba3698f
@@ -9,6 +9,7 @@ import * as compose_state from "./compose_state";
|
||||
import {localstorage} from "./localstorage";
|
||||
import * as markdown from "./markdown";
|
||||
import * as people from "./people";
|
||||
import * as stream_color from "./stream_color";
|
||||
import * as util from "./util";
|
||||
|
||||
function set_count(count) {
|
||||
|
||||
Reference in New Issue
Block a user