fix: add missing _View* files

This commit is contained in:
Oliver Booth 2023-08-12 20:34:35 +01:00
parent 5ecd915d72
commit 904ea689a6
Signed by: oliverbooth
GPG Key ID: B89D139977693FED
2 changed files with 5 additions and 0 deletions

View File

@ -0,0 +1,2 @@
@namespace OliverBooth.Blog.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers

View File

@ -0,0 +1,3 @@
@{
Layout = "_Layout";
}