mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2026-01-24 08:24:29 +01:00
8 lines
269 B
Plaintext
8 lines
269 B
Plaintext
@using Microsoft.AspNetCore.Identity
|
|
@using BTCPayServer
|
|
@using BTCPayServer.Models
|
|
@using BTCPayServer.Models.AccountViewModels
|
|
@using BTCPayServer.Models.InvoicingModels
|
|
@using BTCPayServer.Models.ManageViewModels
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|