diff --git a/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs b/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs index fa440fb..e193715 100644 --- a/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs +++ b/src/HotChocolateGraphQL.Mobile/Pages/BasePage.cs @@ -4,7 +4,7 @@ namespace HotChocolateGraphQL.Mobile; -abstract partial class BasePage : BasePage where TViewModel : BaseViewModel +abstract partial class BasePage : BasePage where TViewModel : BaseViewModel { protected BasePage(in TViewModel viewModel, in string? title = null, in bool shouldUseSafeArea = true) : base(viewModel, title) {