summaryrefslogtreecommitdiffstats
path: root/testing-scheduler/ui/src/assets/js/jquery-vendor.js
diff options
context:
space:
mode:
Diffstat (limited to 'testing-scheduler/ui/src/assets/js/jquery-vendor.js')
-rw-r--r--testing-scheduler/ui/src/assets/js/jquery-vendor.js4
1 files changed, 4 insertions, 0 deletions
diff --git a/testing-scheduler/ui/src/assets/js/jquery-vendor.js b/testing-scheduler/ui/src/assets/js/jquery-vendor.js
new file mode 100644
index 00000000..ed7d654a
--- /dev/null
+++ b/testing-scheduler/ui/src/assets/js/jquery-vendor.js
@@ -0,0 +1,4 @@
+import $ from 'jquery'
+window.$ = $
+window.jQuery = $
+export default $ \ No newline at end of file