You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
495 B
15 lines
495 B
using Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme;
|
|
using Volo.Abp.Modularity;
|
|
using Volo.Abp.SettingManagement.Blazor.AntDesignUI;
|
|
|
|
namespace Volo.Abp.SettingManagement.Blazor.WebAssembly.AntDesignUI;
|
|
|
|
[DependsOn(
|
|
typeof(AbpSettingManagementBlazorAntDesignModule),
|
|
typeof(AbpAspNetCoreComponentsWebAssemblyAntDesignThemeModule),
|
|
typeof(AbpSettingManagementHttpApiClientModule)
|
|
)]
|
|
public class AbpSettingManagementBlazorWebAssemblyAntDesignModule : AbpModule
|
|
{
|
|
|
|
}
|
|
|