mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-02-09 08:14:21 +01:00
10 lines
256 B
Plaintext
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
|
|
|