diff --git a/MCTG/Views/App.xaml.cs b/MCTG/Views/App.xaml.cs index 916f806..9cc7734 100644 --- a/MCTG/Views/App.xaml.cs +++ b/MCTG/Views/App.xaml.cs @@ -44,7 +44,7 @@ namespace Views InitializeComponent(); UserAppTheme = AppTheme.Light; - MainPage = new MyProfil(); + MainPage = new Home(); //MainPage = new MyPosts(); }