Show initial category count

This commit is contained in:
TheXamlGuy
2024-06-15 18:37:02 +01:00
parent 7a811acde5
commit a1784d75b8
14 changed files with 123 additions and 136 deletions
+1 -1
View File
@@ -37,7 +37,7 @@ public class ComponentBuilder :
services.AddTransient<IMediator, Mediator>();
services.AddTransient<IContentFactory, ContentFactory>();
services.AddTransient<INavigationScope, NavigationScope>();
services.AddTransient<INavigation, Navigation>();
services.AddScoped<INavigationRegionCollection, NavigationRegionCollection>();
services.AddTransient<INavigationRegionProvider, NavigationRegionProvider>();