diff --git a/AppShell.xaml b/AppShell.xaml
index 6078844..688f927 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -54,6 +54,11 @@
ContentTemplate="{DataTemplate pages:FavoritesPage}"
Route="Favorites" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/ConfirmMail.xaml.cs b/Pages/ConfirmMail.xaml.cs
new file mode 100644
index 0000000..7d186ea
--- /dev/null
+++ b/Pages/ConfirmMail.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class ConfirmMail : ContentPage
+{
+ public ConfirmMail()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index ff9e80f..c429d81 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -86,7 +86,7 @@
-
+
MSBuild:Compile