mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 18:11:36 +01:00
7 lines
166 B
Plaintext
7 lines
166 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Invoice
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(InvoiceNavPages));
|
|
}
|