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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 16:03:46 -08:00
committed by Tim Abbott
parent b3f74af090
commit 45b8e0244e
39 changed files with 96 additions and 70 deletions

View File

@@ -1,3 +1,4 @@
import * as overlays from "./overlays";
import * as people from "./people";
import * as user_status from "./user_status";