diff --git a/AppShell.xaml b/AppShell.xaml
index 95e96e6..b638d08 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -9,22 +9,24 @@
Shell.NavBarIsVisible="False">
-
-
-
-
-
+
+
+
+
\ No newline at end of file
diff --git a/Pages/MorePage.xaml b/Pages/MorePage.xaml
index 90910d5..90a2941 100644
--- a/Pages/MorePage.xaml
+++ b/Pages/MorePage.xaml
@@ -32,8 +32,8 @@
Margin="40, 0, 0, 0">
-
-
+
+
diff --git a/Pages/MyListPage.xaml b/Pages/MyListPage.xaml
new file mode 100644
index 0000000..3c621c8
--- /dev/null
+++ b/Pages/MyListPage.xaml
@@ -0,0 +1,66 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ 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}">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+