From 066658dac7e3a5ddf2d199e581a923af8649dce2 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Fri, 8 May 2026 09:15:47 +0000 Subject: [PATCH] fix: add missing Microsoft.AspNetCore.Components.Forms using to WASM _Imports.razor Agent-Logs-Url: https://github.com/IoTSharp/AntDesignXBlazor/sessions/bda9bcc4-993c-4293-8d98-c9ae341329b2 Co-authored-by: maikebing <3445167+maikebing@users.noreply.github.com> --- examples/AntDesign.X.Blazor.Demo.Wasm/_Imports.razor | 1 + 1 file changed, 1 insertion(+) diff --git a/examples/AntDesign.X.Blazor.Demo.Wasm/_Imports.razor b/examples/AntDesign.X.Blazor.Demo.Wasm/_Imports.razor index fd89b0b..a713146 100644 --- a/examples/AntDesign.X.Blazor.Demo.Wasm/_Imports.razor +++ b/examples/AntDesign.X.Blazor.Demo.Wasm/_Imports.razor @@ -1,5 +1,6 @@ @using System.Net @using Microsoft.AspNetCore.Components +@using Microsoft.AspNetCore.Components.Forms @using Microsoft.AspNetCore.Components.Web @using Microsoft.AspNetCore.Components.Routing @using Microsoft.AspNetCore.Components.WebAssembly.Hosting