mirror of
https://github.com/zulip/zulip.git
synced 2025-11-21 23:19:10 +00:00
js: Convert static/js/upload.js to ES6 module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
5d3baec4ef
commit
6f660793e7
@@ -23,6 +23,7 @@ import * as rtl from "./rtl";
|
||||
import * as sent_messages from "./sent_messages";
|
||||
import * as settings_config from "./settings_config";
|
||||
import * as transmit from "./transmit";
|
||||
import * as upload from "./upload";
|
||||
import * as util from "./util";
|
||||
import * as zcommand from "./zcommand";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user