diff --git a/Gastropod/Gastropod.csproj b/Gastropod/Gastropod.csproj index c6db62d..d6d4797 100644 --- a/Gastropod/Gastropod.csproj +++ b/Gastropod/Gastropod.csproj @@ -15,5 +15,6 @@ + \ No newline at end of file diff --git a/Gastropod/ActivityPage.xaml b/Gastropod/Pages/ActivityPage.xaml similarity index 100% rename from Gastropod/ActivityPage.xaml rename to Gastropod/Pages/ActivityPage.xaml diff --git a/Gastropod/ActivityPage.xaml.cs b/Gastropod/Pages/ActivityPage.xaml.cs similarity index 100% rename from Gastropod/ActivityPage.xaml.cs rename to Gastropod/Pages/ActivityPage.xaml.cs diff --git a/Gastropod/FeedPage.xaml b/Gastropod/Pages/FeedPage.xaml similarity index 100% rename from Gastropod/FeedPage.xaml rename to Gastropod/Pages/FeedPage.xaml diff --git a/Gastropod/FeedPage.xaml.cs b/Gastropod/Pages/FeedPage.xaml.cs similarity index 100% rename from Gastropod/FeedPage.xaml.cs rename to Gastropod/Pages/FeedPage.xaml.cs diff --git a/Gastropod/MainPage.xaml b/Gastropod/Pages/MainPage.xaml similarity index 100% rename from Gastropod/MainPage.xaml rename to Gastropod/Pages/MainPage.xaml diff --git a/Gastropod/MainPage.xaml.cs b/Gastropod/Pages/MainPage.xaml.cs similarity index 100% rename from Gastropod/MainPage.xaml.cs rename to Gastropod/Pages/MainPage.xaml.cs diff --git a/Gastropod/NotificationsPage.xaml b/Gastropod/Pages/NotificationsPage.xaml similarity index 100% rename from Gastropod/NotificationsPage.xaml rename to Gastropod/Pages/NotificationsPage.xaml diff --git a/Gastropod/NotificationsPage.xaml.cs b/Gastropod/Pages/NotificationsPage.xaml.cs similarity index 100% rename from Gastropod/NotificationsPage.xaml.cs rename to Gastropod/Pages/NotificationsPage.xaml.cs diff --git a/Gastropod/UpdatesPage.xaml b/Gastropod/Pages/UpdatesPage.xaml similarity index 100% rename from Gastropod/UpdatesPage.xaml rename to Gastropod/Pages/UpdatesPage.xaml diff --git a/Gastropod/UpdatesPage.xaml.cs b/Gastropod/Pages/UpdatesPage.xaml.cs similarity index 100% rename from Gastropod/UpdatesPage.xaml.cs rename to Gastropod/Pages/UpdatesPage.xaml.cs