mirror of
https://github.com/zulip/zulip.git
synced 2025-11-04 14:03:30 +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
@@ -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";
|
||||
|
||||
Reference in New Issue
Block a user