]> git.immae.eu Git - github/wallabag/wallabag.git/blobdiff - app/Resources/static/themes/baggy/js/shortcuts/main.js
Adds Webpack support and removes the use for Grunt
[github/wallabag/wallabag.git] / app / Resources / static / themes / baggy / js / shortcuts / main.js
index aed09aeeec943c4a1f1017a1f66dbede0c8537aa..43ebf3be891e799408cf719845906e59a111be52 100644 (file)
@@ -1,3 +1,6 @@
+import $ from 'jquery';
+import Mousetrap from 'mousetrap';
+
 $(document).ready(() => {
   Mousetrap.bind('s', () => {
     $('#search').trigger('click');