diff --git a/MyBlazorApp/_Imports.razor b/MyBlazorApp/_Imports.razor index fea7551..6f0a302 100644 --- a/MyBlazorApp/_Imports.razor +++ b/MyBlazorApp/_Imports.razor @@ -1,9 +1,9 @@ @using System.Net.Http -@using Microsoft.AspNetCore.Components -@using Microsoft.AspNetCore.Components.Forms +@using Microsoft.AspNetCore.Authorization +@using Microsoft.AspNetCore.Components.Authorization @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web.Virtualization +@using Microsoft.AspNetCore.Components.Forms @using Microsoft.JSInterop @using MyBlazorApp -