From 54a57b2306b3c114752120f8a59697fa506bd584 Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Fri, 3 Jul 2026 01:23:32 +0900 Subject: [PATCH] fix: specify correct AppAssembly in Router component Routes component should reference TaxBaik.WasmClient._Imports.Assembly to properly locate all routable components in the WebAssembly context. Co-Authored-By: Claude Haiku 4.5 --- TaxBaik.Web.Client/Components/Admin/Routes.razor | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/TaxBaik.Web.Client/Components/Admin/Routes.razor b/TaxBaik.Web.Client/Components/Admin/Routes.razor index 7470b06..f2e15fb 100644 --- a/TaxBaik.Web.Client/Components/Admin/Routes.razor +++ b/TaxBaik.Web.Client/Components/Admin/Routes.razor @@ -1,7 +1,7 @@ @namespace TaxBaik.WasmClient.Components.Admin @using Microsoft.AspNetCore.Components.Routing - +