diff --git a/Iceshrimp.Backend/Controllers/Web/Renderers/NotificationRenderer.cs b/Iceshrimp.Backend/Controllers/Web/Renderers/NotificationRenderer.cs index 80001970..33eaeb6a 100644 --- a/Iceshrimp.Backend/Controllers/Web/Renderers/NotificationRenderer.cs +++ b/Iceshrimp.Backend/Controllers/Web/Renderers/NotificationRenderer.cs @@ -1,8 +1,6 @@ -using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Shared.Schemas.Web; -using Microsoft.EntityFrameworkCore; using static Iceshrimp.Shared.Schemas.Web.NotificationResponse; namespace Iceshrimp.Backend.Controllers.Web.Renderers; diff --git a/Iceshrimp.Frontend/Components/SearchComponent.razor b/Iceshrimp.Frontend/Components/SearchComponent.razor index 66828285..38221ce9 100644 --- a/Iceshrimp.Frontend/Components/SearchComponent.razor +++ b/Iceshrimp.Frontend/Components/SearchComponent.razor @@ -1,6 +1,6 @@ @using System.Diagnostics.CodeAnalysis -@* ReSharper disable once RedundantUsingDirective *@ @using Iceshrimp.Assets.PhosphorIcons +@* ReSharper disable once RedundantUsingDirective *@ @using Iceshrimp.Frontend.Components.Note @using Iceshrimp.Frontend.Core.Miscellaneous @using Iceshrimp.Frontend.Core.Services