using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// Settings mode's Preferences page: the Terminal and Keychain cards. internal sealed partial class SettingsPreferencesPage : UserControl { public SettingsPreferencesPage() => InitializeComponent(); }