diff --git a/src/TaxBaik.Web/Program.cs b/src/TaxBaik.Web/Program.cs index fcc06cd..5c732cb 100644 --- a/src/TaxBaik.Web/Program.cs +++ b/src/TaxBaik.Web/Program.cs @@ -417,6 +417,7 @@ app.MapStaticAssets(); // API는 웹 서버에서만 제공 (클라이언트 프로젝트 분리 불필요) app.MapRazorComponents() .AddInteractiveWebAssemblyRenderMode() + .AddAdditionalAssemblies(typeof(TaxBaik.Web.Components.Admin._Imports).Assembly) .AllowAnonymous(); // 애플리케이션 시작/종료 로깅