You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
9 lines
289 B
9 lines
289 B
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";
|
|
}
|