From a75536d08bbe1e9ace85c172ac5f5b1691025f52 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 22 Sep 2023 14:57:21 +0100 Subject: [PATCH] fix: remove invalid @model ref for projects page --- OliverBooth/Pages/Projects/Index.cshtml | 1 - 1 file changed, 1 deletion(-) diff --git a/OliverBooth/Pages/Projects/Index.cshtml b/OliverBooth/Pages/Projects/Index.cshtml index 6f9ba56..6917367 100644 --- a/OliverBooth/Pages/Projects/Index.cshtml +++ b/OliverBooth/Pages/Projects/Index.cshtml @@ -1,5 +1,4 @@ @page -@model OliverBooth.Pages.Projects.Index @{ ViewData["Title"] = "Projects"; }