10 lines
128 B
C#
10 lines
128 B
C#
namespace PluginBuilder.Components;
|
|
|
|
public enum PluginNavPages
|
|
{
|
|
Dashboard,
|
|
Settings,
|
|
Owners,
|
|
RequestListing
|
|
}
|