InkForge/app/InkForge.Common/ViewModels/LandingViewModel.cs
2024-02-09 01:23:38 +01:00

8 lines
110 B
C#

using ReactiveUI;
namespace InkForge.Common.ViewModels;
public class LandingViewModel : ReactiveObject
{
}