using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// Teams: who is in one, what they may do, and which vaults they hold a key to. internal sealed partial class TeamsScreen : UserControl { public TeamsScreen() => InitializeComponent(); }