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