/ src / GradeView / _Imports.razor
_Imports.razor
1  @using System.Net.Http
2  @using Microsoft.AspNetCore.Authorization
3  @using Microsoft.AspNetCore.Components.Forms
4  @using Microsoft.AspNetCore.Components.Layouts
5  @using Microsoft.AspNetCore.Components.Routing
6  @using Microsoft.JSInterop
7  @using GradeView
8  @using GradeView.Shared