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

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2021-02-27 15:52:20 -08:00
committed by Tim Abbott
parent 5d3baec4ef
commit 6f660793e7
9 changed files with 84 additions and 104 deletions

View File

@@ -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";