btcpayserver/BTCPayServer/Views/Server/ServerNavPages.cs
nicolas.dorier b58173967d Fix typo
2018-07-24 22:55:10 +09:00

13 lines
270 B
C#

using System;
using System.Collections.Generic;
using System.Linq;
using System.Threading.Tasks;
namespace BTCPayServer.Views.Server
{
public enum ServerNavPages
{
Index, Users, Rates, Emails, Policies, Theme, Hangfire, Services, Maintenance
}
}