test274/Components/_Imports.razor
greyn c4c375a440
Some checks are pending
gitea.arg.rip/test274/pipeline/head Build queued...
Initial commit
2025-03-24 22:59:29 -04:00

11 lines
386 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using static Microsoft.AspNetCore.Components.Web.RenderMode
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.JSInterop
@using test274
@using test274.Components