nft-faucet/NftFaucet/_Imports.razor
Ivan Yaremenchuk f64104ac17 Add drag'n'drop
2022-04-04 09:09:15 +02:00

15 lines
472 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 NftFaucet.Components
@using AntDesign
@using BlazorMonaco
@using Toolbelt.Blazor.FileDropZone