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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:57:20 -08:00
committed by Tim Abbott
parent 5ba7153a3b
commit 9f881ebe34
23 changed files with 51 additions and 36 deletions

View File

@@ -10,6 +10,7 @@ import * as echo from "./echo";
import * as loading from "./loading";
import * as markdown from "./markdown";
import * as message_viewport from "./message_viewport";
import * as resize from "./resize";
import * as rows from "./rows";
import * as stream_data from "./stream_data";
import * as upload from "./upload";