From 415726cdcdf654c426dc30e287fde1c0e5d80196 Mon Sep 17 00:00:00 2001 From: Oliver Booth Date: Fri, 11 Aug 2023 17:16:04 +0100 Subject: [PATCH] fix: add missing _ViewImports for blog area --- OliverBooth/Areas/Blog/Pages/_ViewImports.cshtml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 OliverBooth/Areas/Blog/Pages/_ViewImports.cshtml diff --git a/OliverBooth/Areas/Blog/Pages/_ViewImports.cshtml b/OliverBooth/Areas/Blog/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..af84057 --- /dev/null +++ b/OliverBooth/Areas/Blog/Pages/_ViewImports.cshtml @@ -0,0 +1,2 @@ +@namespace OliverBooth.Areas.Blog.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers \ No newline at end of file