namespace ShoopNCook; using ShoopNCook.Pages; using Microsoft.Maui.Controls; public partial class AppShell : Shell { public AppShell() { InitializeComponent(); } }