@using BTCPayServer.Views.Server @using BTCPayServer.Views.Stores @using BTCPayServer.Views.Apps @using BTCPayServer.Views.Invoice @using BTCPayServer.Views.Manage @using BTCPayServer.Views.PaymentRequest @using BTCPayServer.Views.Wallets @using BTCPayServer.Abstractions.Extensions @using BTCPayServer.Abstractions.Contracts @using BTCPayServer.Client @using BTCPayServer.Components.Icon @using BTCPayServer.Components.ThemeSwitch @using BTCPayServer.Components.UIExtensionPoint @using BTCPayServer.Security @using BTCPayServer.Services @using BTCPayServer.TagHelpers @using BTCPayServer.Views.CustodianAccounts @using Microsoft.AspNetCore.Mvc.TagHelpers @inject BTCPayServer.Services.BTCPayServerEnvironment Env @inject SignInManager SignInManager @inject PoliciesSettings PoliciesSettings @inject ThemeSettings Theme @model BTCPayServer.Components.MainNav.MainNavViewModel @addTagHelper *, BundlerMinifier.TagHelpers