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

8 lines
182 B
Plaintext

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Notifications
@{
ViewData.SetActiveCategory(typeof(NotificationsNavPages));
}