Compare commits

...

2 Commits

Author SHA1 Message Date
d7305ef0b4 Merge pull request 'Primer commit feature' (#1) from feature/leandro/consumos into master
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (push) Successful in 4m32s
Reviewed-on: http://saludlab.com.ar:3000/leandro/phronCare/pulls/1
2026-02-09 22:48:50 +00:00
243f7eb361 Primer commit feature
All checks were successful
CI/CD Pipeline / Build and Deploy with Docker Compose (pull_request) Successful in 9m46s
2026-02-09 19:37:14 -03:00

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");