@using System.Net.Http @using System.Net.Http.Json @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.Authorization @using Microsoft.JSInterop @using static Microsoft.AspNetCore.Components.Web.RenderMode @*SharpRSS*@ @using SharpRSS.Blazor @using SharpRSS.Blazor.Components @using SharpRSS.Blazor.Components.Layout @*MudBlazor*@ @using MudBlazor @using MudBlazor.Components @*Authorize for the whole application*@ @attribute [Authorize]