btcpayserver/BTCPayServer/Views/UIWallets/_ViewStart.cshtml

7 lines
169 B
Text
Raw Normal View History

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Wallets
@{
ViewData.SetActiveCategory(typeof(WalletsNavPages));
2018-07-26 22:32:24 +09:00
}