mirror of
https://github.com/zulip/zulip.git
synced 2025-11-01 12:33:40 +00:00
js: Convert static/js/overlays.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
b3f74af090
commit
45b8e0244e
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user