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