namespace Lsw.Abp.AspnetCore.Components.Web.AntDesignTheme.Layout; public static class StandardLayouts { public const string Application = "Application"; public const string Account = "Account"; public const string Public = "Public"; public const string Empty = "Empty"; }