Browse Source
Update MudBlazor theming module in Blazor app
feat/mudblazor-mix
maliming
7 months ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
2 additions and
1 deletions
-
templates/app/aspnet-core/src/MyCompanyName.MyProjectName.Blazor.WebApp/MyProjectNameBlazorModule.cs
|
|
|
@ -20,6 +20,7 @@ using Volo.Abp.Account.Web; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web; |
|
|
|
using Volo.Abp.AspNetCore.Components.Server.MudBlazorBasicTheme; |
|
|
|
using Volo.Abp.AspNetCore.Components.Server.MudBlazorBasicTheme.Bundling; |
|
|
|
using Volo.Abp.AspNetCore.Components.Server.Theming.MudBlazor; |
|
|
|
using Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor.Routing; |
|
|
|
using Volo.Abp.AspNetCore.Components.WebAssembly.MudBlazorBasicTheme.Bundling; |
|
|
|
using Volo.Abp.AspNetCore.Mvc; |
|
|
|
@ -56,7 +57,7 @@ namespace MyCompanyName.MyProjectName.Blazor.WebApp; |
|
|
|
typeof(AbpAspNetCoreSerilogModule), |
|
|
|
typeof(AbpAccountWebOpenIddictModule), |
|
|
|
typeof(AbpAspNetCoreComponentsServerMudBlazorBasicThemeModule), |
|
|
|
typeof(AbpAspNetCoreComponentsWebAssemblyMudBlazorBasicThemeBundlingModule), |
|
|
|
typeof(AbpAspNetCoreComponentsServerThemingMudBlazorModule), |
|
|
|
typeof(AbpAspNetCoreMvcUiLeptonXLiteThemeModule), |
|
|
|
typeof(AbpIdentityBlazorMudBlazorServerModule), |
|
|
|
typeof(AbpTenantManagementBlazorMudBlazorServerModule), |
|
|
|
|