diff --git a/RomRepoMgr.Blazor/Program.cs b/RomRepoMgr.Blazor/Program.cs index 725928a..ba6970e 100644 --- a/RomRepoMgr.Blazor/Program.cs +++ b/RomRepoMgr.Blazor/Program.cs @@ -1,4 +1,6 @@ using System.Diagnostics; +using Microsoft.EntityFrameworkCore; +using Microsoft.FluentUI.AspNetCore.Components; using RomRepoMgr.Blazor.Components; using RomRepoMgr.Database; using RomRepoMgr.Settings;