mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 02:28:31 +01:00
8 lines
182 B
Plaintext
8 lines
182 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Notifications
|
|
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(NotificationsNavPages));
|
|
}
|