mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +00:00
js: Convert static/js/loading.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
a3e6ebb04c
commit
3faae49dc0
@@ -2,6 +2,8 @@
|
||||
|
||||
const render_admin_default_streams_list = require("../templates/admin_default_streams_list.hbs");
|
||||
|
||||
const loading = require("./loading");
|
||||
|
||||
const meta = {
|
||||
loaded: false,
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user