using System.Collections.Generic; using Volo.Abp.AspNetCore.Mvc.UI.Bundling; namespace Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling; public class BlazorWebAssemblyStyleContributor : BundleContributor { public override void ConfigureBundle(BundleConfigurationContext context) { } }