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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:07:13 -08:00
committed by Tim Abbott
parent 9d318f054f
commit c94ffb5319
36 changed files with 84 additions and 85 deletions

View File

@@ -1,6 +1,7 @@
import _ from "lodash";
import * as floating_recipient_bar from "./floating_recipient_bar";
import * as hash_util from "./hash_util";
import * as loading from "./loading";
import * as message_viewport from "./message_viewport";
import * as narrow_state from "./narrow_state";