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

6 lines
169 B
Text

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Wallets
@{
ViewData.SetActiveCategory(typeof(WalletsNavPages));
}