refactor: rename root namespace

This commit is contained in:
Oliver Booth 2023-08-04 12:57:35 +01:00
parent b2765b002a
commit ddb7a3c1f2
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
2 changed files with 3 additions and 4 deletions

View File

@ -2,7 +2,7 @@ using System.Diagnostics;
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace oliverbooth.dev.Pages;
namespace OliverBooth.Pages;
[ResponseCache(Duration = 0, Location = ResponseCacheLocation.None, NoStore = true)]
[IgnoreAntiforgeryToken]

View File

@ -1,7 +1,6 @@
using Microsoft.AspNetCore.Mvc;
using Microsoft.AspNetCore.Mvc.RazorPages;
using Microsoft.AspNetCore.Mvc.RazorPages;
namespace oliverbooth.dev.Pages;
namespace OliverBooth.Pages;
public class IndexModel : PageModel
{