mirror of
https://github.com/ankitects/anki.git
synced 2025-09-18 22:12:21 -04:00
Export jquery correctly
This commit is contained in:
parent
4e133e7d8a
commit
7353bca606
1 changed files with 2 additions and 1 deletions
|
@ -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";
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue