4 lines
83 B
JavaScript
4 lines
83 B
JavaScript
import Chart from 'vendor/Chart';
|
|
|
|
// export to global scope
|
|
window.Chart = Chart;
|