summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/graphs_bundle.js
diff options
context:
space:
mode:
Diffstat (limited to 'app/assets/javascripts/graphs/graphs_bundle.js')
-rw-r--r--app/assets/javascripts/graphs/graphs_bundle.js2
1 files changed, 0 insertions, 2 deletions
diff --git a/app/assets/javascripts/graphs/graphs_bundle.js b/app/assets/javascripts/graphs/graphs_bundle.js
index a433c7ba8f0..534bc535bb6 100644
--- a/app/assets/javascripts/graphs/graphs_bundle.js
+++ b/app/assets/javascripts/graphs/graphs_bundle.js
@@ -1,6 +1,4 @@
import Chart from 'vendor/Chart';
-import ContributorsStatGraph from './stat_graph_contributors';
// export to global scope
window.Chart = Chart;
-window.ContributorsStatGraph = ContributorsStatGraph;