summaryrefslogtreecommitdiff
path: root/Pages/_ViewStart.cshtml
diff options
context:
space:
mode:
authorIan C <ianc@noddybox.co.uk>2024-03-21 14:54:11 +0000
committerIan C <ianc@noddybox.co.uk>2024-03-21 14:54:11 +0000
commit9764af998a4c91196687b8d27693b935a243ab84 (patch)
treed5f4bf49be0db32f8cfc78a4d76df82be14a2060 /Pages/_ViewStart.cshtml
Initial checkin following project regeneration to make post work
Diffstat (limited to 'Pages/_ViewStart.cshtml')
-rw-r--r--Pages/_ViewStart.cshtml3
1 files changed, 3 insertions, 0 deletions
diff --git a/Pages/_ViewStart.cshtml b/Pages/_ViewStart.cshtml
new file mode 100644
index 0000000..a5f1004
--- /dev/null
+++ b/Pages/_ViewStart.cshtml
@@ -0,0 +1,3 @@
+@{
+ Layout = "_Layout";
+}