Export jquery correctly

This commit is contained in:
Henrik Giesel 2021-07-29 15:18:51 +02:00
parent 4e133e7d8a
commit 7353bca606

View file

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