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