9 lines
108 B
C#
9 lines
108 B
C#
namespace PluginBuilder.Components;
|
|
|
|
public enum PluginNavPages
|
|
{
|
|
Dashboard,
|
|
Settings,
|
|
Owners
|
|
}
|