@using BTCPayServer.Abstractions.TagHelpers
@using BTCPayServer.Abstractions.Extensions
@using BTCPayServer.Components.UIExtensionPoint
@using BTCPayServer.Plugins.Prism.Components
@using BTCPayServer.Abstractions.Contracts
@inject IScopeProvider ScopeProvider
@{
ViewData.SetActivePage("Prism", "Prism", "Prism");
}
@section PageHeadContent {
}
@(await Html.RenderComponentAsync(RenderMode.ServerPrerendered, new
{
StoreId = ScopeProvider.GetCurrentStoreId(),
}))