using Avalonia.Controls;
namespace AtomUI.Demo.Desktop.ShowCase;
public partial class AlertShowCase : UserControl
{
public AlertShowCase()
InitializeComponent();
}