diff --git a/AppShell.xaml b/AppShell.xaml
index 688f927..df3a2c6 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/MyListPage.xaml.cs b/Pages/MyListPage.xaml.cs
new file mode 100644
index 0000000..3dfaaaa
--- /dev/null
+++ b/Pages/MyListPage.xaml.cs
@@ -0,0 +1,9 @@
+namespace ShoopNCook.Pages;
+
+public partial class MyListPage : ContentPage
+{
+ public MyListPage()
+ {
+ InitializeComponent();
+ }
+}
\ No newline at end of file
diff --git a/Pages/RecipePage.xaml b/Pages/RecipePage.xaml
index 4704ea5..6158f67 100644
--- a/Pages/RecipePage.xaml
+++ b/Pages/RecipePage.xaml
@@ -4,6 +4,7 @@
x:Class="ShoopNCook.Pages.RecipePage"
Title="RecipePage"
x:Name="RecipeViewPage"
+ xmlns:views="clr-namespace:ShoopNCook.Views"
BackgroundColor="{StaticResource BackgroundPrimary}">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+