This commit is contained in:
TheXamlGuy
2024-06-15 11:09:15 +01:00
parent 01590e445b
commit 0b69c1facb
12 changed files with 20 additions and 18 deletions
-1
View File
@@ -59,7 +59,6 @@ public partial class App : Application
}
services.AddHandler<WalletActivatedHandler>();
services.AddTransient<IWalletComponent>(provider => Component.Create<WalletComponent>(provider, args =>
{
args.AddServices(services =>