using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// Settings mode's General page: the Updates card, and the refused items as an essay. internal sealed partial class SettingsGeneralPage : UserControl { public SettingsGeneralPage() => InitializeComponent(); }