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