Improve sidebar nav

This commit is contained in:
TheXamlGuy
2024-06-23 17:25:59 +01:00
parent 574a9d0983
commit 590bc61d70
6 changed files with 45 additions and 17 deletions
+1 -1
View File
@@ -12,7 +12,7 @@ public class Component :
this.builder = builder;
}
public static TComponent? Create<TComponent>(IServiceProvider provider,
public static TComponent? Register<TComponent>(IServiceProvider provider,
Action<IComponentBuilder> builderDelegate)
where TComponent : class, IComponent
{