Add project files.
This commit is contained in:
8
FactoryPattern/Pages/_Host.cshtml
Normal file
8
FactoryPattern/Pages/_Host.cshtml
Normal file
@ -0,0 +1,8 @@
|
||||
@page "/"
|
||||
@namespace FactoryPattern.Pages
|
||||
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
|
||||
@{
|
||||
Layout = "_Layout";
|
||||
}
|
||||
|
||||
<component type="typeof(App)" render-mode="ServerPrerendered" />
|
||||
Reference in New Issue
Block a user