btcpayserver/BTCPayServer/Views/UIApps/_ViewStart.cshtml
2022-01-14 13:46:03 +09:00

7 lines
163 B
Plaintext

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Apps
@{
ViewData.SetActiveCategory(typeof(AppsNavPages));
}