diff --git a/AppShell.xaml b/AppShell.xaml
index e598246..0e554b4 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -13,6 +13,11 @@
Title="Login Page"
ContentTemplate="{DataTemplate pages:LoginPage}"
Route="Login" />
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/Pages/ChangePassword.xaml.cs b/Pages/ChangePassword.xaml.cs
new file mode 100644
index 0000000..7b847bd
--- /dev/null
+++ b/Pages/ChangePassword.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class ChangePassword : ContentPage
+{
+ public ChangePassword()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index 8fb3556..e3589a2 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -72,6 +72,9 @@
+
+ MSBuild:Compile
+
MSBuild:Compile