summaryrefslogtreecommitdiff
path: root/dwalker.xyz/Pages/_ViewImports.cshtml
diff options
context:
space:
mode:
authordwalker <dwalker@dwalker.xyz>2026-05-03 00:13:27 -0400
committerdwalker <dwalker@dwalker.xyz>2026-05-03 00:13:27 -0400
commit34e03cd981acc934c779c29400f6ade0cb9bf54a (patch)
tree02c35db6e3baf407a2572b449b35ef067e5d24ac /dwalker.xyz/Pages/_ViewImports.cshtml
initial commit
Diffstat (limited to 'dwalker.xyz/Pages/_ViewImports.cshtml')
-rw-r--r--dwalker.xyz/Pages/_ViewImports.cshtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/dwalker.xyz/Pages/_ViewImports.cshtml b/dwalker.xyz/Pages/_ViewImports.cshtml
new file mode 100644
index 0000000..874bfd3
--- /dev/null
+++ b/dwalker.xyz/Pages/_ViewImports.cshtml
@@ -0,0 +1,3 @@
+@using dwalker.xyz
+@namespace dwalker.xyz.Pages
+@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers