Update MyBlazorApp/_Imports.razor

This commit is contained in:
2025-05-21 13:01:10 +00:00
parent 2a8eb5aff7
commit 408f9562da

View File

@@ -1,9 +1,9 @@
@using System.Net.Http @using System.Net.Http
@using Microsoft.AspNetCore.Components @using Microsoft.AspNetCore.Authorization
@using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Authorization
@using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization @using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.JSInterop @using Microsoft.JSInterop
@using MyBlazorApp @using MyBlazorApp