using Avalonia.ReactiveUI; using InkForge.Common.ViewModels; namespace InkForge.Common.Views; public partial class LandingView : ReactiveUserControl { public LandingView() { InitializeComponent(); } }