mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
7 lines
163 B
Plaintext
7 lines
163 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Apps
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(AppsNavPages));
|
|
}
|