Inital Push

This commit is contained in:
Ano-sys
2025-04-17 14:05:16 +02:00
commit 9b3cb65815
14 changed files with 431 additions and 0 deletions
+7
View File
@@ -0,0 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace LOLRLCG.ViewModels;
public class ViewModelBase : ObservableObject
{
}