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`
README getting started instructions say to add this line to your
_Imports.razorfile:@using ChartJs.Blazor;This has a typo, the semicolon at the end is not needed. The correct code should be:
@using ChartJs.Blazor