Primer commit feature
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 9m46s

This commit is contained in:
Leandro Hernan Rojas 2026-02-09 19:37:14 -03:00
parent fa5b51dc40
commit 243f7eb361

View File

@ -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>("#app");
builder.RootComponents.Add<HeadOutlet>("head::after");