mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-17 05:54:26 +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));
|
|
}
|