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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:58:55 -08:00
committed by Tim Abbott
parent 76bfa78beb
commit 26710a4370
33 changed files with 63 additions and 33 deletions

View File

@@ -3,6 +3,7 @@ import * as compose_state from "./compose_state";
import {localstorage} from "./localstorage";
import * as narrow_state from "./narrow_state";
import * as reload_state from "./reload_state";
import * as ui_report from "./ui_report";
import * as util from "./util";
// Read https://zulip.readthedocs.io/en/latest/subsystems/hashchange-system.html