using Avalonia.Controls; namespace ControlCatalog.Pages { public partial class ContainerQueryPage : ContentPage { public ContainerQueryPage() { InitializeComponent(); } } }