Merge pull request #1314 from hgiesel/fixjqueryreviewer

Export jquery correctly
This commit is contained in:
Damien Elmes 2021-07-29 23:26:05 +10:00 committed by GitHub
commit a99f6a8514
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -7,7 +7,8 @@
*/ */
import "css-browser-selector/css_browser_selector.min"; import "css-browser-selector/css_browser_selector.min";
import "jquery/dist/jquery";
export { default as $ } from "jquery/dist/jquery";
export { mutateNextCardStates } from "./answering"; export { mutateNextCardStates } from "./answering";