Improve sidebar nav

This commit is contained in:
TheXamlGuy
2024-06-23 17:25:59 +01:00
parent f45a65478b
commit aee5ebe2e2
9 changed files with 44 additions and 89 deletions
+1 -1
View File
@@ -59,7 +59,7 @@ public partial class App : Application
}
services.AddHandler<WalletActivatedHandler>();
services.AddTransient<IWalletComponent>(provider => Component.Create<WalletComponent>(provider, args =>
services.AddTransient<IWalletComponent>(provider => Component.Register<WalletComponent>(provider, args =>
{
args.AddServices(services =>
{