mirror of
https://github.com/zulip/zulip.git
synced 2025-11-03 05:23:35 +00:00
js: Convert static/js/hashchange.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
c94ffb5319
commit
e30df92944
@@ -8,6 +8,7 @@ import * as copy_and_paste from "./copy_and_paste";
|
||||
import * as drafts from "./drafts";
|
||||
import * as feedback_widget from "./feedback_widget";
|
||||
import * as gear_menu from "./gear_menu";
|
||||
import * as hashchange from "./hashchange";
|
||||
import * as lightbox from "./lightbox";
|
||||
import * as list_util from "./list_util";
|
||||
import * as message_edit from "./message_edit";
|
||||
|
||||
Reference in New Issue
Block a user