diff --git a/Pages/_Host.cshtml b/Pages/_Host.cshtml new file mode 100644 index 0000000..eff6e3d --- /dev/null +++ b/Pages/_Host.cshtml @@ -0,0 +1,24 @@ +@page "/" +@namespace MyBlazorApp.Pages +@addTagHelper *, Microsoft.AspNetCore.Mvc.TagHelpers +@{ + Layout = null; +} + + + + + + + MyBlazorApp + + + + + + + + + + +