Skip to content

Commit

Permalink
export jQuery, not just $
Browse files Browse the repository at this point in the history
  • Loading branch information
dae committed Jul 30, 2021
1 parent ead71a8 commit 355e66e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ts/reviewer/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

import "css-browser-selector/css_browser_selector.min";

export { default as $ } from "jquery/dist/jquery";
export { default as $, default as jQuery } from "jquery/dist/jquery";

export { mutateNextCardStates } from "./answering";

Expand Down

0 comments on commit 355e66e

Please sign in to comment.