btcpayserver/BTCPayServer/Views/UIApps/_ViewStart.cshtml

7 lines
163 B
Plaintext
Raw Normal View History

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Apps
@{
ViewData.SetActiveCategory(typeof(AppsNavPages));
2018-04-03 04:50:41 +02:00
}