diff --git a/AppShell.xaml b/AppShell.xaml
index 11750bd..3e1b4d0 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -43,5 +43,9 @@
Title="Favorites Page"
ContentTemplate="{DataTemplate pages:FavoritesPage}"
Route="Favorites" />
+
\ No newline at end of file
diff --git a/Pages/ForgotPassword.xaml b/Pages/ForgotPassword.xaml
new file mode 100644
index 0000000..2f55462
--- /dev/null
+++ b/Pages/ForgotPassword.xaml
@@ -0,0 +1,109 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/ForgotPassword.xaml.cs b/Pages/ForgotPassword.xaml.cs
new file mode 100644
index 0000000..8554e3e
--- /dev/null
+++ b/Pages/ForgotPassword.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class ForgotPassword : ContentPage
+{
+ public ForgotPassword()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 3083042..7a5d64c 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -86,6 +86,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile