summaryrefslogtreecommitdiff
path: root/src/util
diff options
context:
space:
mode:
Diffstat (limited to 'src/util')
-rw-r--r--src/util/jquery.js2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/util/jquery.js b/src/util/jquery.js
new file mode 100644
index 00000000..dd0a7222
--- /dev/null
+++ b/src/util/jquery.js
@@ -0,0 +1,2 @@
+const jQuery = window["$"];
+export default jQuery;