Started implementing schedules feature

This commit is contained in:
Marcel Baumgartner
2024-02-14 10:20:04 +01:00
parent d1f73e6d78
commit a0ca9af5c9
13 changed files with 1382 additions and 1 deletions

View File

@@ -0,0 +1,9 @@
@using Moonlight.Features.Servers.Entities
@code
{
[CascadingParameter]
public Server Server { get; set; }
}