btcpayserver/BTCPayServer/Views/Notifications/StoreNavPages.cs
2021-03-30 11:38:02 +02:00

8 lines
111 B
C#

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