mirror of
https://github.com/unclshura/BlazorOpenApi.git
synced 2025-12-21 18:01:53 +00:00
8 lines
196 B
Plaintext
8 lines
196 B
Plaintext
@page "/"
|
|
@namespace BlazorOpenApi.Demo.Pages
|
|
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
|
@{
|
|
Layout = "_Layout";
|
|
}
|
|
|
|
<component type="typeof(App)" render-mode="ServerPrerendered" /> |