mirror of
https://github.com/zulip/zulip.git
synced 2025-10-30 19:43:47 +00:00
js: Convert static/js/blueslip.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Steve Howell
parent
b0ceaa1ea0
commit
3ef6f6e2e2
@@ -1,5 +1,6 @@
|
||||
import $ from "jquery";
|
||||
|
||||
import * as blueslip from "./blueslip";
|
||||
import * as color_data from "./color_data";
|
||||
import * as message_list from "./message_list";
|
||||
import * as message_util from "./message_util";
|
||||
|
||||
Reference in New Issue
Block a user