Initial commit

This commit is contained in:
ti_mo
2025-10-20 19:55:15 +02:00
commit 0d108223f9
14 changed files with 444 additions and 0 deletions
@@ -0,0 +1,7 @@
using CommunityToolkit.Mvvm.ComponentModel;
namespace DelauneyTriangulation.ViewModels;
public class ViewModelBase : ObservableObject
{
}