Files
Gainsight/Account_SQLite/Pages/_Host.cshtml

9 lines
201 B
Plaintext
Raw Normal View History

2022-06-17 14:14:24 -04:00
@page "/"
@namespace Account_SQLite.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="ServerPrerendered" />