mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-21 22:11:48 +01:00
6 lines
181 B
Text
6 lines
181 B
Text
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.PaymentRequest
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(PaymentRequestsNavPages));
|
|
}
|