nft-faucet/NftFaucet/_Imports.razor
Ivan Yaremenchuk 23343d2f91 Add AntBlazor
2022-03-31 20:50:27 +02:00

12 lines
388 B
Plaintext

@using System.Net.Http
@using System.Net.Http.Json
@using Microsoft.AspNetCore.Components.Forms
@using Microsoft.AspNetCore.Components.Routing
@using Microsoft.AspNetCore.Components.Web
@using Microsoft.AspNetCore.Components.Web.Virtualization
@using Microsoft.AspNetCore.Components.WebAssembly.Http
@using Microsoft.JSInterop
@using NftFaucet
@using NftFaucet.Shared
@using AntDesign