fix: remove invalid @model ref for projects page

This commit is contained in:
Oliver Booth 2023-09-22 14:57:21 +01:00
parent 08eed3c71e
commit a75536d08b
Signed by: oliverbooth
GPG Key ID: E60B570D1B7557B5

View File

@ -1,5 +1,4 @@
@page @page
@model OliverBooth.Pages.Projects.Index
@{ @{
ViewData["Title"] = "Projects"; ViewData["Title"] = "Projects";
} }