From 701d474949e5cb72b8ed7b29fec45ad74580f570 Mon Sep 17 00:00:00 2001 From: Jake Mannens Date: Tue, 8 Aug 2023 13:20:21 +1000 Subject: Initial commit --- Pages/_ViewStart.cshtml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Pages/_ViewStart.cshtml (limited to 'Pages/_ViewStart.cshtml') diff --git a/Pages/_ViewStart.cshtml b/Pages/_ViewStart.cshtml new file mode 100644 index 0000000..1af6e49 --- /dev/null +++ b/Pages/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} \ No newline at end of file -- cgit v1.3