summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/protected_tags/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/protected_tags/index.js')
-rw-r--r--app/assets/javascripts/protected_tags/index.js9
1 files changed, 0 insertions, 9 deletions
diff --git a/app/assets/javascripts/protected_tags/index.js b/app/assets/javascripts/protected_tags/index.js
deleted file mode 100644
index b1618e24e49..00000000000
--- a/app/assets/javascripts/protected_tags/index.js
+++ /dev/null
@@ -1,9 +0,0 @@
-/* eslint-disable no-unused-vars */
-
-import ProtectedTagCreate from './protected_tag_create';
-import ProtectedTagEditList from './protected_tag_edit_list';
-
-$(() => {
- const protectedtTagCreate = new ProtectedTagCreate();
- const protectedtTagEditList = new ProtectedTagEditList();
-});