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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:36:14 -08:00
committed by Tim Abbott
parent a3e6ebb04c
commit 3faae49dc0
28 changed files with 45 additions and 16 deletions

View File

@@ -11,6 +11,7 @@ const render_compose_private_stream_alert = require("../templates/compose_privat
const common = require("./common");
const echo = require("./echo");
const loading = require("./loading");
const peer_data = require("./peer_data");
const people = require("./people");
const rendered_markdown = require("./rendered_markdown");