btcpayserver/BTCPayServer/Views/Notifications/_ViewStart.cshtml
2021-03-30 11:38:02 +02:00

7 lines
138 B
Plaintext

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