mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 10:57:58 +00:00
js: Convert static/js/resize.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5ba7153a3b
commit
9f881ebe34
@@ -19,6 +19,7 @@ import * as markdown from "./markdown";
|
||||
import * as peer_data from "./peer_data";
|
||||
import * as people from "./people";
|
||||
import * as rendered_markdown from "./rendered_markdown";
|
||||
import * as resize from "./resize";
|
||||
import * as rtl from "./rtl";
|
||||
import * as sent_messages from "./sent_messages";
|
||||
import * as settings_config from "./settings_config";
|
||||
|
||||
Reference in New Issue
Block a user