using Avalonia.Controls; namespace DodoSSH.Client.App.Views; /// The strip along the bottom of the window. internal sealed partial class StatusBar : UserControl { public StatusBar() => InitializeComponent(); }