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