From 3ab04e1f47173a96c3ffc0331fba2a9165bae38d Mon Sep 17 00:00:00 2001 From: Fabian Mastenbroek Date: Wed, 28 Oct 2020 13:56:14 +0100 Subject: Delete unnecessary jQuery util --- frontend/src/util/jquery.js | 8 -------- 1 file changed, 8 deletions(-) delete mode 100644 frontend/src/util/jquery.js (limited to 'frontend') 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 -- cgit v1.2.3