btcpayserver/BTCPayServer/Views/Stores/_ViewStart.cshtml

9 lines
205 B
Text
Raw Normal View History

@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Views
@using BTCPayServer.Views.Stores
@{
ViewBag.CategoryTitle = "Stores";
ViewData.SetActiveCategory(typeof(StoreNavPages));
}