diff --git a/AppShell.xaml b/AppShell.xaml
index 9e4f4e5..4b2f94f 100644
--- a/AppShell.xaml
+++ b/AppShell.xaml
@@ -4,11 +4,18 @@
xmlns="http://schemas.microsoft.com/dotnet/2021/maui"
xmlns:x="http://schemas.microsoft.com/winfx/2009/xaml"
xmlns:local="clr-namespace:ShoopNCook"
+ xmlns:views="clr-namespace:ShoopNCook.Views"
Shell.FlyoutBehavior="Disabled">
-
-
+
+
+
+
+
diff --git a/ShoopNCook.csproj b/ShoopNCook.csproj
index a86980e..7a3f5bb 100644
--- a/ShoopNCook.csproj
+++ b/ShoopNCook.csproj
@@ -52,4 +52,8 @@
+
+
+
+