mirror of
https://github.com/oqtane/oqtane.framework.git
synced 2025-05-18 10:34:22 +00:00
7 lines
157 B
C#
7 lines
157 B
C#
namespace Oqtane.Shared {
|
|
public class PaneNames {
|
|
public const string Admin = "Admin";
|
|
public const string Default = "Default";
|
|
}
|
|
}
|