I know how to navigate from Blazor to Maui using
App.Current.MainPage.Navigation.PushModalAsync(new MainPage());but how do I go the other way around? I have a razor component in my maui app and another in my shared class library and
`Navigationmanager.NavigateTo("/myBlazorPage")isnt working from my Maui XAML.cs page. When the breakpoint hits nothing happens. No screens change, nothing
I can't seem to figure this out and need assistance