diff --git a/oliverbooth.dev/Pages/Error.cshtml.cs b/oliverbooth.dev/Pages/Error.cshtml.cs
index 80eb8d6..699bf09 100644
--- a/oliverbooth.dev/Pages/Error.cshtml.cs
+++ b/oliverbooth.dev/Pages/Error.cshtml.cs
@@ -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]
diff --git a/oliverbooth.dev/Pages/Index.cshtml.cs b/oliverbooth.dev/Pages/Index.cshtml.cs
index a6a0501..86187a5 100644
--- a/oliverbooth.dev/Pages/Index.cshtml.cs
+++ b/oliverbooth.dev/Pages/Index.cshtml.cs
@@ -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
{