mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-20 10:40:29 +01:00
7 lines
138 B
Plaintext
7 lines
138 B
Plaintext
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Notifications
|
|
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(NotificationsNavPages));
|
|
}
|