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