gitlab-org--gitlab-foss/app/assets/javascripts/graphs/graphs_bundle.js
2017-03-03 16:47:38 -06:00

6 lines
200 B
JavaScript

import Chart from 'vendor/Chart';
import ContributorsStatGraph from './stat_graph_contributors';
// export to global scope
window.Chart = Chart;
window.ContributorsStatGraph = ContributorsStatGraph;