Files
Antifraude.Net/Antifraude.Net/GestionaDenunciasAN/Components/_Imports.razor
2026-04-06 17:12:06 +02:00

16 lines
607 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Authorization
@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 GestionaDenunciasAN
@using GestionaDenunciasAN.Components
@using GestionaDenunciasAN.Components.Layout
@using GestionaDenunciasAN.Models
@using GestionaDenunciasAN.Services