fix: add missing _ViewStart to inherit shared layout

This commit is contained in:
Oliver Booth 2023-08-11 14:27:38 +01:00
parent 19a398d694
commit 2844904723
Signed by: oliverbooth
GPG Key ID: 725DB725A0D9EE61
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
@{
Layout = "_Layout";
}