namespace ShoopNCook.Pages; public partial class FavoritesPage : ContentPage { public FavoritesPage() { InitializeComponent(); } private async void OnSyncButtonClicked(object sender, EventArgs e) { await Shell.Current.GoToAsync("//HomePage"); } }