refactor: remove redundant models for privacy policy pages
This commit is contained in:
parent
9295c4a848
commit
06fd256ec8
@ -1,5 +1,4 @@
|
|||||||
@page "/privacy/google-play"
|
@page "/privacy/google-play"
|
||||||
@model OliverBooth.Pages.Privacy.GooglePlay
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Google Play Privacy Policy";
|
ViewData["Title"] = "Google Play Privacy Policy";
|
||||||
}
|
}
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
||||||
|
|
||||||
namespace OliverBooth.Pages.Privacy;
|
|
||||||
|
|
||||||
public class GooglePlay : PageModel
|
|
||||||
{
|
|
||||||
}
|
|
@ -1,5 +1,4 @@
|
|||||||
@page
|
@page
|
||||||
@model OliverBooth.Pages.Privacy.Index
|
|
||||||
@{
|
@{
|
||||||
ViewData["Title"] = "Privacy Policy";
|
ViewData["Title"] = "Privacy Policy";
|
||||||
}
|
}
|
||||||
|
@ -1,7 +0,0 @@
|
|||||||
using Microsoft.AspNetCore.Mvc.RazorPages;
|
|
||||||
|
|
||||||
namespace OliverBooth.Pages.Privacy;
|
|
||||||
|
|
||||||
public class Index : PageModel
|
|
||||||
{
|
|
||||||
}
|
|
Loading…
Reference in New Issue
Block a user