mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2025-02-22 06:21:44 +01:00
* Rewrite the Notification dropdown with Blazor * Test fix --------- Co-authored-by: Dennis Reimann <mail@dennisreimann.de>
9 lines
351 B
Text
9 lines
351 B
Text
@using System.Net.Http
|
|
@using Microsoft.AspNetCore.Authorization
|
|
@using Microsoft.AspNetCore.Components.Authorization
|
|
@using Microsoft.AspNetCore.Components.Forms
|
|
@using Microsoft.AspNetCore.Components.Routing
|
|
@using Microsoft.AspNetCore.Components.Web
|
|
@using Microsoft.JSInterop
|
|
@using BTCPayServer.Blazor
|
|
@using BTCPayServer.Abstractions.Extensions
|