Files
Gainsight/Account_SQLite/Pages/_Host.cshtml
2022-06-17 14:14:24 -04:00

9 lines
201 B
Plaintext

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