More bug fixes

This commit is contained in:
TheXamlGuy
2024-07-10 22:18:32 +01:00
parent bd51de3245
commit 62f8c8b084
17 changed files with 57 additions and 84 deletions
+2 -2
View File
@@ -1,7 +1,7 @@
using Toolkit.Foundation;
using Avalonia.Controls;
namespace Wallet;
public interface IWalletNavigationViewModel :
ISelectable,
IDisposable;
INavigationViewModel;