reorganized

This commit is contained in:
2022-01-22 21:40:51 +01:00
parent 4f0e1eacc9
commit 7408890bca
36 changed files with 0 additions and 0 deletions

View File

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