Files
FoodsharingOnboarding/FoodsharingSiegen.Server/Pages/_Host.cshtml
Andre Beging 427b924759 Auth System
2022-04-04 10:04:19 +02:00

8 lines
190 B
Plaintext

@page "/"
@namespace FoodsharingSiegen.Server.Pages
@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers
@{
Layout = "_Layout";
}
<component type="typeof(App)" render-mode="Server"/>