namespace Lsw.Abp.AspnetCore.Components.WebAssembly.AntDesignTheme.Bundling; public class BlazorWebAssemblyAntDesignThemeBundles { public static class Styles { public static string Global = "BlazorWebAssembly.AntDesignTheme.Global"; } public static class Scripts { public static string Global = "BlazorWebAssembly.AntDesignTheme.Global"; } }