From ca7101018f819e47dfac0aff4063ba78031ab7e2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Denuzi=C3=A8re?= Date: Sun, 21 Jan 2024 10:27:34 +0100 Subject: [PATCH] fix: namespace in Razor host page --- .../application/src/Bolero.Template.1.Server/Pages/_Host.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml b/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml index 097c96b..3f303be 100644 --- a/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml +++ b/content/application/src/Bolero.Template.1.Server/Pages/_Host.cshtml @@ -1,6 +1,6 @@ @page "/" @namespace Bolero.Template._1.Server -@using Bolero.Server.RazorHost +@using Bolero.Server @inject IBoleroHostConfig BoleroHostConfig