mirror of
https://github.com/aljazceru/btcpayserver.git
synced 2025-12-28 11:24:27 +01:00
10 lines
338 B
Plaintext
10 lines
338 B
Plaintext
@using Microsoft.AspNetCore.Identity
|
|
@using BTCPayServer
|
|
@using BTCPayServer.Views
|
|
@using BTCPayServer.Models
|
|
@using BTCPayServer.Models.AccountViewModels
|
|
@using BTCPayServer.Models.InvoicingModels
|
|
@using BTCPayServer.Models.ManageViewModels
|
|
@using BTCPayServer.Models.StoreViewModels
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|