reorganized
This commit is contained in:
8
ServerSide/Pages/_Host.cshtml
Normal file
8
ServerSide/Pages/_Host.cshtml
Normal file
@@ -0,0 +1,8 @@
|
||||
@page "/"
|
||||
@namespace TestLive.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
|
||||
<component type="typeof(App)" render-mode="ServerPrerendered" />
|
||||
Reference in New Issue
Block a user