First commit

This commit is contained in:
2026-08-28 04:03:32 +03:00
commit 311bd61912
16 changed files with 557 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace AMessanger.ViewModels;
public abstract class ViewModelBase : ObservableObject
{
}