labdb/Areas/Identity/Pages/_ViewStart.cshtml

4 lines
53 B
Plaintext
Raw Normal View History

2022-11-10 19:59:35 +01:00
@{
Layout = "/Pages/Shared/_Layout.cshtml";
}