SharpRSS/SharpRSS.Blazor/Components/_Imports.razor

19 lines
662 B
Plaintext
Raw Permalink Normal View History

@using System.Net.Http
@using System.Net.Http.Json
2024-07-13 16:29:27 +02:00
@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
2024-07-13 16:29:27 +02:00
@using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.JSInterop
2024-07-13 16:29:27 +02:00
@using static Microsoft.AspNetCore.Components.Web.RenderMode
2024-06-17 13:53:48 +02:00
@*SharpRSS*@
@using SharpRSS.Blazor
2024-06-17 13:53:48 +02:00
@using SharpRSS.Blazor.Components
2024-07-13 16:29:27 +02:00
@using SharpRSS.Blazor.Components.Layout
2024-06-17 13:53:48 +02:00
@*MudBlazor*@
2024-06-17 14:47:10 +02:00
@using MudBlazor
2024-07-13 16:29:27 +02:00
@using MudBlazor.Components
@*Authorize for the whole application*@
@attribute [Authorize]