|
|
|
@ -1,16 +1,14 @@ |
|
|
|
using System; |
|
|
|
using System.Net.Http; |
|
|
|
using Blazorise; |
|
|
|
using Blazorise.Bootstrap; |
|
|
|
using Blazorise.Icons.FontAwesome; |
|
|
|
using Microsoft.AspNetCore.Components.WebAssembly.Hosting; |
|
|
|
using Microsoft.Extensions.Configuration; |
|
|
|
using Microsoft.Extensions.DependencyInjection; |
|
|
|
using Volo.Abp; |
|
|
|
using Volo.Abp.Account.Blazor; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web.BasicTheme.Themes.Basic; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web.Theming.Routing; |
|
|
|
using Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme; |
|
|
|
using Volo.Abp.AspNetCore.Components.WebAssembly.BasicTheme.Themes.Basic; |
|
|
|
using Volo.Abp.AspNetCore.Components.WebAssembly.Theming.Routing; |
|
|
|
using Volo.Abp.Autofac.WebAssembly; |
|
|
|
using Volo.Abp.AutoMapper; |
|
|
|
using Volo.Abp.Identity.Blazor; |
|
|
|
|