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

@@ -22,6 +22,7 @@ import * as message_viewport from "./message_viewport";
import * as muting from "./muting";
import * as muting_ui from "./muting_ui";
import * as narrow_state from "./narrow_state";
import * as overlays from "./overlays";
import * as people from "./people";
import * as resize from "./resize";
import * as rows from "./rows";