From 9764af998a4c91196687b8d27693b935a243ab84 Mon Sep 17 00:00:00 2001 From: Ian C Date: Thu, 21 Mar 2024 14:54:11 +0000 Subject: Initial checkin following project regeneration to make post work --- Pages/_ViewImports.cshtml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Pages/_ViewImports.cshtml (limited to 'Pages/_ViewImports.cshtml') diff --git a/Pages/_ViewImports.cshtml b/Pages/_ViewImports.cshtml new file mode 100644 index 0000000..cc91b50 --- /dev/null +++ b/Pages/_ViewImports.cshtml @@ -0,0 +1,3 @@ +@using download_admin +@namespace download_admin.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers -- cgit v1.2.3