InkForge/app/InkForge.Common/ViewModels/LandingViewModel.cs

9 lines
110 B
C#
Raw Normal View History

2024-02-09 01:23:38 +01:00
using ReactiveUI;
namespace InkForge.Common.ViewModels;
public class LandingViewModel : ReactiveObject
{
}