btcpayserver/BTCPayServer/Views/UINotifications/NotificationsNavPages.cs

8 lines
111 B
C#
Raw Normal View History

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