Selector/Selector.Web/Areas/Identity/Pages/_ViewStart.cshtml

5 lines
51 B
Plaintext
Raw Normal View History

2021-10-24 00:23:45 +01:00
@{
Layout = "/Pages/Shared/_Layout.cshtml";
}