diff --git a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/AbpThemingOptions.cs b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/AbpThemingOptions.cs index 91f990744b..6bba37e0f8 100644 --- a/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/AbpThemingOptions.cs +++ b/framework/src/Volo.Abp.AspNetCore.Components.Web.Theming/Theming/AbpThemingOptions.cs @@ -1,6 +1,6 @@ namespace Volo.Abp.AspNetCore.Components.Web.Theming.Theming; -public class +public class AbpThemingOptions { public ThemeDictionary Themes { get; }