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
1 changed files with 0 additions and 1 deletions

View File

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