Entwicklung_BLAZOR/Test Rüdiger/DBTest/_Imports.razor
Rüdiger Vossel 1a7073fce9 DBTest
2025-09-26 15:57:51 +02:00

11 lines
365 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 Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using DBTest
@using DBTest.Layout