summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/nav/event_hub.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/nav/event_hub.js')
-rw-r--r--app/assets/javascripts/nav/event_hub.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/javascripts/nav/event_hub.js b/app/assets/javascripts/nav/event_hub.js
deleted file mode 100644
index 2c8b1371fe3..00000000000
--- a/app/assets/javascripts/nav/event_hub.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import eventHubFactory from '~/helpers/event_hub_factory';
-
-export const EVENT_RESPONSIVE_TOGGLE = 'top-nav-responsive-toggle';
-
-export default eventHubFactory();