SharpRSS/SharpRSS.Blazor/Components/_Imports.razor
2024-07-13 16:29:27 +02:00

19 lines
662 B
Plaintext

@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]