using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// Groups: every group, and the hosts filed under each — see the remark at the top of the markup. internal sealed partial class SettingsGroupsPage : UserControl { public SettingsGroupsPage() => InitializeComponent(); }