Started implementing dynamic server tabs
This commit is contained in:
7
MoonlightServers.Frontend/Models/ServerTab.cs
Normal file
7
MoonlightServers.Frontend/Models/ServerTab.cs
Normal file
@@ -0,0 +1,7 @@
|
||||
namespace MoonlightServers.Frontend.Models;
|
||||
|
||||
public class ServerTab
|
||||
{
|
||||
public string Path { get; set; }
|
||||
public string Name { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user