mirror of
https://github.com/zulip/zulip.git
synced 2025-11-05 22:43:42 +00:00
js: Use jQuery as a module.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
import Uppy from "@uppy/core";
|
||||
import ProgressBar from "@uppy/progress-bar";
|
||||
import XHRUpload from "@uppy/xhr-upload";
|
||||
import $ from "jquery";
|
||||
|
||||
import * as compose from "./compose";
|
||||
import * as compose_actions from "./compose_actions";
|
||||
|
||||
Reference in New Issue
Block a user