diff options
Diffstat (limited to '')
-rw-r--r-- | web_src/js/jquery.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/web_src/js/jquery.js b/web_src/js/jquery.js new file mode 100644 index 0000000..6b21998 --- /dev/null +++ b/web_src/js/jquery.js @@ -0,0 +1,3 @@ +import $ from 'jquery'; + +window.$ = window.jQuery = $; // eslint-disable-line no-jquery/variable-pattern |