From b3cab875398a11b50f36c8ace1a718e39c5b907c Mon Sep 17 00:00:00 2001 From: kjh2064 Date: Thu, 2 Jul 2026 10:42:21 +0900 Subject: [PATCH] fix(admin): restore blog client imports for build --- TaxBaik.Web/Components/Admin/_Imports.razor | 3 +++ 1 file changed, 3 insertions(+) diff --git a/TaxBaik.Web/Components/Admin/_Imports.razor b/TaxBaik.Web/Components/Admin/_Imports.razor index c6fbec2..bcc68cf 100644 --- a/TaxBaik.Web/Components/Admin/_Imports.razor +++ b/TaxBaik.Web/Components/Admin/_Imports.razor @@ -8,6 +8,9 @@ @using Microsoft.AspNetCore.Authorization @using Microsoft.JSInterop @using MudBlazor +@using TaxBaik.Application.DTOs @using TaxBaik.Web.Services +@using TaxBaik.Web.Services.AdminClients @using TaxBaik.Domain.Entities @using TaxBaik.Application.Services +@using TaxBaik.Web.Components.Admin.Shared