ChartJs.Blazor
ChartJs.Blazor copied to clipboard
README typo
README getting started instructions say to add this line to your _Imports.razor
file:
@using ChartJs.Blazor;
This has a typo, the semicolon at the end is not needed. The correct code should be:
@using ChartJs.Blazor