mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +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
@@ -4,6 +4,7 @@ import _ from "lodash";
|
||||
import * as emoji from "../shared/js/emoji";
|
||||
import render_message_reaction from "../templates/message_reaction.hbs";
|
||||
|
||||
import * as blueslip from "./blueslip";
|
||||
import * as channel from "./channel";
|
||||
import * as emoji_picker from "./emoji_picker";
|
||||
import * as message_store from "./message_store";
|
||||
|
||||
Reference in New Issue
Block a user