Fix typo in auto package (#8601)

This commit is contained in:
Jukka Kurkela 2021-03-09 20:05:41 +02:00 committed by GitHub
parent f7ebedc367
commit c27c27a081
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1,5 +1,5 @@
import {Chart, registrables} from '../dist/chart.esm';
import {Chart, registerables} from '../dist/chart.esm';
Chart.register(...registrables);
Chart.register(...registerables);
export default Chart;