mirror of
https://github.com/aljazceru/BTCPayServerPlugins.git
synced 2026-02-17 13:45:14 +01:00
6 lines
204 B
Plaintext
6 lines
204 B
Plaintext
@using BTCPayServer.Abstractions.Extensions
|
|
@using Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{
|
|
ViewData.SetActivePage("Bringin", "Bringin", "Bringin");
|
|
}
|
|
<partial name="Bringin/BringinDashboardWidget"/> |