diff options
author | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 |
---|---|---|
committer | Ian C <ianc@noddybox.co.uk> | 2024-03-21 14:54:11 +0000 |
commit | 9764af998a4c91196687b8d27693b935a243ab84 (patch) | |
tree | d5f4bf49be0db32f8cfc78a4d76df82be14a2060 /Pages/_ViewImports.cshtml |
Initial checkin following project regeneration to make post work
Diffstat (limited to 'Pages/_ViewImports.cshtml')
-rw-r--r-- | Pages/_ViewImports.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |