mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
6 lines
137 B
Text
6 lines
137 B
Text
|
@using BTCPayServer.Views
|
||
|
@using BTCPayServer.Views.PaymentRequest
|
||
|
@{
|
||
|
ViewData.SetActiveCategory(typeof(PaymentRequestsNavPages));
|
||
|
}
|