summaryrefslogtreecommitdiff
path: root/app/assets/javascripts/graphs/graphs_bundle.js
blob: a433c7ba8f0ca6f90af5b3fc2427253818cda81e (plain)
1
2
3
4
5
6
import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';

// export to global scope
window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;