From c5dc3763babe083c88dbc927f996fb1bdda80359 Mon Sep 17 00:00:00 2001 From: transtrike Date: Mon, 7 Dec 2020 22:37:08 +0200 Subject: Base line projects created --- Web/Views/_ViewStart.cshtml | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 Web/Views/_ViewStart.cshtml (limited to 'Web/Views/_ViewStart.cshtml') diff --git a/Web/Views/_ViewStart.cshtml b/Web/Views/_ViewStart.cshtml new file mode 100644 index 0000000..66b5da2 --- /dev/null +++ b/Web/Views/_ViewStart.cshtml @@ -0,0 +1,3 @@ +@{ + Layout = "_Layout"; +} -- cgit v1.2.3