Removed Last buggy thing

Forgot to remove it :(
This commit is contained in:
Moritz 2024-05-18 22:17:04 +02:00
parent 2950034a30
commit 0ae9c27d93

View file

@ -11,8 +11,6 @@ public class UiInitContext
{
public List<SidebarItem> SidebarItems { get; set; } = new();
public List<Assembly> RouteAssemblies { get; set; } = new();
public List<AdminComponent> AdminPageComponents { get; set; } = new();
public List<AdminComponent> AdminPageCards { get; set; } = new();
public void EnablePages<T>()
{