Welcome to mirror list, hosted at ThFree Co, Russian Federation.

graphs_bundle.js « graphs « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
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;