Browse Source
fix: correct namespace reference for BlazorStandardBundles in MudBlazorBasicThemeModule
pull/25235/head
maliming
4 weeks ago
No known key found for this signature in database
GPG Key ID: A646B9CB645ECEA4
1 changed files with
1 additions and
1 deletions
-
modules/basic-theme/src/Volo.Abp.AspNetCore.Components.Server.MudBlazorBasicTheme/AbpAspNetCoreComponentsServerMudBlazorBasicThemeModule.cs
|
|
@ -5,7 +5,7 @@ using Volo.Abp.AspNetCore.Components.Web.MudBlazorBasicTheme; |
|
|
using Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor.Toolbars; |
|
|
using Volo.Abp.AspNetCore.Components.Web.Theming.MudBlazor.Toolbars; |
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|
|
using Volo.Abp.AspNetCore.Mvc.UI.Bundling; |
|
|
using Volo.Abp.Modularity; |
|
|
using Volo.Abp.Modularity; |
|
|
using BlazorStandardBundles = Volo.Abp.AspNetCore.Components.Server.Theming.MudBlazor.Bundling.BlazorStandardBundles; |
|
|
using BlazorStandardBundles = Volo.Abp.AspNetCore.Components.Server.Theming.MudBlazor.Bundling.BlazorServerMudBlazorStandardBundles; |
|
|
|
|
|
|
|
|
namespace Volo.Abp.AspNetCore.Components.Server.MudBlazorBasicTheme; |
|
|
namespace Volo.Abp.AspNetCore.Components.Server.MudBlazorBasicTheme; |
|
|
|
|
|
|
|
|
|