props/Props/server/Areas/Identity/Pages/_ViewStart.cshtml
Harrison Deng e0756e0967 Made progress on implementing some shops.
Performed some folder restructuring as well.
2021-07-24 00:03:32 -05:00

5 lines
51 B
Plaintext

@{
Layout = "/Pages/Shared/_Layout.cshtml";
}