diff options
| author | Jake Mannens <jake@asger.xyz> | 2023-08-08 13:20:21 +1000 |
|---|---|---|
| committer | Jake Mannens <jake@asger.xyz> | 2023-08-08 13:20:21 +1000 |
| commit | 701d474949e5cb72b8ed7b29fec45ad74580f570 (patch) | |
| tree | 0eea7adfdd9d7dde4dd44535cd172d7e6a4f8737 /Pages/_ViewStart.cshtml | |
Initial commit
Diffstat (limited to 'Pages/_ViewStart.cshtml')
| -rw-r--r-- | Pages/_ViewStart.cshtml | 3 |
1 files changed, 3 insertions, 0 deletions
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 |
