diff --git a/OliverBooth/Pages/Privacy/GooglePlay.cshtml b/OliverBooth/Pages/Privacy/GooglePlay.cshtml index 6098355..0b1b6fc 100644 --- a/OliverBooth/Pages/Privacy/GooglePlay.cshtml +++ b/OliverBooth/Pages/Privacy/GooglePlay.cshtml @@ -1,5 +1,4 @@ @page "/privacy/google-play" -@model OliverBooth.Pages.Privacy.GooglePlay @{ ViewData["Title"] = "Google Play Privacy Policy"; } diff --git a/OliverBooth/Pages/Privacy/GooglePlay.cshtml.cs b/OliverBooth/Pages/Privacy/GooglePlay.cshtml.cs deleted file mode 100644 index e996002..0000000 --- a/OliverBooth/Pages/Privacy/GooglePlay.cshtml.cs +++ /dev/null @@ -1,7 +0,0 @@ -using Microsoft.AspNetCore.Mvc.RazorPages; - -namespace OliverBooth.Pages.Privacy; - -public class GooglePlay : PageModel -{ -} diff --git a/OliverBooth/Pages/Privacy/Index.cshtml b/OliverBooth/Pages/Privacy/Index.cshtml index a68e460..6a0ba33 100644 --- a/OliverBooth/Pages/Privacy/Index.cshtml +++ b/OliverBooth/Pages/Privacy/Index.cshtml @@ -1,5 +1,4 @@ @page -@model OliverBooth.Pages.Privacy.Index @{ ViewData["Title"] = "Privacy Policy"; } diff --git a/OliverBooth/Pages/Privacy/Index.cshtml.cs b/OliverBooth/Pages/Privacy/Index.cshtml.cs deleted file mode 100644 index fc3e1a5..0000000 --- a/OliverBooth/Pages/Privacy/Index.cshtml.cs +++ /dev/null @@ -1,7 +0,0 @@ -using Microsoft.AspNetCore.Mvc.RazorPages; - -namespace OliverBooth.Pages.Privacy; - -public class Index : PageModel -{ -}