diff --git a/TaxBaik.Web/Components/Admin/App.razor b/TaxBaik.Web/Components/Admin/App.razor
index 2598acc..cd8ce64 100644
--- a/TaxBaik.Web/Components/Admin/App.razor
+++ b/TaxBaik.Web/Components/Admin/App.razor
@@ -37,7 +37,7 @@
-
+
diff --git a/TaxBaik.Web/Program.cs b/TaxBaik.Web/Program.cs
index faa704f..7330d89 100644
--- a/TaxBaik.Web/Program.cs
+++ b/TaxBaik.Web/Program.cs
@@ -74,8 +74,7 @@ builder.Services.AddRateLimiter(options =>
// Razor Pages + Blazor Server 통합
builder.Services.AddRazorPages();
builder.Services.AddRazorComponents()
- .AddInteractiveServerComponents()
- .AddInteractiveWebAssemblyComponents();
+ .AddInteractiveServerComponents();
builder.Services.Configure(options =>
{
options.DetailedErrors = true;
@@ -391,8 +390,6 @@ app.MapStaticAssets();
// 인증은 Blazor AuthorizeRouteView → RedirectToLogin 에서 처리한다.
app.MapRazorComponents()
.AddInteractiveServerRenderMode()
- .AddInteractiveWebAssemblyRenderMode()
- .AddAdditionalAssemblies(typeof(TaxBaik.WasmClient._Imports).Assembly)
.AllowAnonymous();
// 애플리케이션 시작/종료 로깅