Add project files.
This commit is contained in:
parent
d867fa03f3
commit
00c33a335c
41 changed files with 1543 additions and 0 deletions
8
Lieb/Pages/_Host.cshtml
Normal file
8
Lieb/Pages/_Host.cshtml
Normal file
|
@ -0,0 +1,8 @@
|
|||
@page "/"
|
||||
@namespace Lieb.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
|
||||
<component type="typeof(App)" render-mode="ServerPrerendered" />
|
Loading…
Add table
Add a link
Reference in a new issue