mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
7 lines
181 B
Plaintext
7 lines
181 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.PaymentRequest
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(PaymentRequestsNavPages));
|
|
}
|