Files
btcpayserver/BTCPayServer/Plugins/Emails/Views/_ViewImports.cshtml
2025-10-19 22:31:24 +09:00

10 lines
256 B
Plaintext

@using BTCPayServer.Plugins.Emails
@using BTCPayServer.Abstractions.Models
@using BTCPayServer.Views.Stores
@using BTCPayServer.Client
@using BTCPayServer.TagHelpers
@using Microsoft.AspNetCore.Mvc.TagHelpers
@namespace BTCPayServer.Plugins.Emails.Views