Started implementing schedules feature
This commit is contained in:
9
Moonlight/Features/Servers/UI/UserViews/Schedules.razor
Normal file
9
Moonlight/Features/Servers/UI/UserViews/Schedules.razor
Normal file
@@ -0,0 +1,9 @@
|
||||
@using Moonlight.Features.Servers.Entities
|
||||
|
||||
|
||||
|
||||
@code
|
||||
{
|
||||
[CascadingParameter]
|
||||
public Server Server { get; set; }
|
||||
}
|
||||
Reference in New Issue
Block a user