From a035e4a0b1b7a66bee6df0c79d83469a02096eb6 Mon Sep 17 00:00:00 2001 From: jessikitty Date: Wed, 20 May 2026 15:16:07 +1000 Subject: [PATCH] v1.0.0: ViewStart --- Views/_ViewStart.cshtml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Views/_ViewStart.cshtml diff --git a/Views/_ViewStart.cshtml b/Views/_ViewStart.cshtml new file mode 100644 index 0000000..65ec094 --- /dev/null +++ b/Views/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_AdminLayout"; +}