From 243f7eb36165aac324416f8c9b16f3b4bca0fa0f Mon Sep 17 00:00:00 2001 From: leandro Date: Mon, 9 Feb 2026 19:37:14 -0300 Subject: [PATCH] Primer commit feature --- phronCare.UIBlazor/Program.cs | 1 + 1 file changed, 1 insertion(+) diff --git a/phronCare.UIBlazor/Program.cs b/phronCare.UIBlazor/Program.cs index 8fbb26d..e543f5f 100644 --- a/phronCare.UIBlazor/Program.cs +++ b/phronCare.UIBlazor/Program.cs @@ -14,6 +14,7 @@ using phronCare.UIBlazor.Services.Stock.Expeditions; using phronCare.UIBlazor.Services.Tickets; using phronCare.UIBlazor.Services.UI; using System.Globalization; + var builder = WebAssemblyHostBuilder.CreateDefault(args); builder.RootComponents.Add("#app"); builder.RootComponents.Add("head::after"); -- 2.47.1