fix: update Service namespaces to match FastEndpoints structure
TaxBaik CI/CD / build-and-deploy (push) Failing after 59s
TaxBaik CI/CD / build-and-deploy (push) Failing after 59s
Fixed namespace mismatch: - TaxBaik.Web.Services → TaxBaik.Web.Components.Admin.Services - Browser Client services now properly discoverable - _Imports.razor @using directives now resolve correctly Build status: ✅ 0 errors, 68 warnings Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
using Microsoft.JSInterop;
|
||||
|
||||
namespace TaxBaik.Web.Services;
|
||||
namespace TaxBaik.Web.Components.Admin.Services;
|
||||
|
||||
public class LocalStorageService : ILocalStorageService
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user