update pagine

This commit is contained in:
Samuele Locatelli
2024-02-22 10:49:20 +01:00
parent 8bd2dd462e
commit 4a9ef1f120
10 changed files with 447 additions and 130 deletions
-2
View File
@@ -1,4 +1,3 @@
using EgwCoreLib.BlazorTest.Data;
using Microsoft.AspNetCore.Components;
using Microsoft.AspNetCore.Components.Web;
@@ -7,7 +6,6 @@ var builder = WebApplication.CreateBuilder(args);
// Add services to the container.
builder.Services.AddRazorPages();
builder.Services.AddServerSideBlazor();
builder.Services.AddSingleton<WeatherForecastService>();
var app = builder.Build();