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

8 lines
111 B
C#

namespace BTCPayServer.Views.Notifications
{
public enum NotificationsNavPages
{
Index
}
}