feat(app): Avalonia UI shell

This commit is contained in:
2026-06-11 10:47:52 +02:00
parent 3d6597a3b2
commit bb8563580f
10 changed files with 691 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace PalladiumWallet.App.ViewModels;
public abstract class ViewModelBase : ObservableObject
{
}