mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 22:25:28 +01:00
6 lines
138 B
Text
6 lines
138 B
Text
@using BTCPayServer.Views
|
|
@using BTCPayServer.Views.Notifications
|
|
|
|
@{
|
|
ViewData.SetActiveCategory(typeof(NotificationsNavPages));
|
|
}
|