From 7bfdde400af1327b5955bcf58f1c81c20bf89d86 Mon Sep 17 00:00:00 2001 From: Darius Date: Sat, 3 Dec 2022 10:22:18 +0100 Subject: [PATCH] Affichage de la liste --- ProjetBlazor/Program.cs | 1 - 1 file changed, 1 deletion(-) diff --git a/ProjetBlazor/Program.cs b/ProjetBlazor/Program.cs index e8af13d..e58f253 100644 --- a/ProjetBlazor/Program.cs +++ b/ProjetBlazor/Program.cs @@ -1,6 +1,5 @@ using Microsoft.AspNetCore.Components; using Microsoft.AspNetCore.Components.Web; -using ProjetBlazor.Data; var builder = WebApplication.CreateBuilder(args);