summaryrefslogtreecommitdiff
path: root/frontend
diff options
context:
space:
mode:
Diffstat (limited to 'frontend')
-rw-r--r--frontend/src/util/jquery.js8
1 files changed, 0 insertions, 8 deletions
diff --git a/frontend/src/util/jquery.js b/frontend/src/util/jquery.js
deleted file mode 100644
index 4976dd7d..00000000
--- a/frontend/src/util/jquery.js
+++ /dev/null
@@ -1,8 +0,0 @@
-/**
- * Binding of the global jQuery variable for use within React.
- *
- * This should be used instead of '$', to address ESLint warnings relating to undefined global variables.
- */
-const jQuery = window['$']
-
-export default jQuery