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