summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/visual_review_toolbar/store/index.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/visual_review_toolbar/store/index.js')
-rw-r--r--app/assets/javascripts/visual_review_toolbar/store/index.js5
1 files changed, 0 insertions, 5 deletions
diff --git a/app/assets/javascripts/visual_review_toolbar/store/index.js b/app/assets/javascripts/visual_review_toolbar/store/index.js
deleted file mode 100644
index 7143588c0bf..00000000000
--- a/app/assets/javascripts/visual_review_toolbar/store/index.js
+++ /dev/null
@@ -1,5 +0,0 @@
-import { eventLookup, updateWindowSize } from './events';
-import { getInitialView, initializeState } from './state';
-import debounce from './utils';
-
-export { debounce, eventLookup, getInitialView, initializeState, updateWindowSize };