mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-24 06:47:50 +01:00
7 lines
151 B
C#
7 lines
151 B
C#
namespace BTCPayServer.Views.Stores
|
|
{
|
|
public enum StoreNavPages
|
|
{
|
|
ActivePage, Index, Rates, Checkout, Tokens, Users, PayButton
|
|
}
|
|
}
|