using Microsoft.UI.Xaml.Controls; namespace Marechai.App.Presentation.Views; public sealed partial class SecondPage : Page { public SecondPage() { InitializeComponent(); } }