From a4973a2bd09b16296f24f8aa5f9192f8550eb812 Mon Sep 17 00:00:00 2001 From: jakub Date: Wed, 21 May 2025 13:02:29 +0000 Subject: [PATCH] Add Pages/_Host.cshtml --- Pages/_Host.cshtml | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) create mode 100644 Pages/_Host.cshtml 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 + + + + + + + + + + +