From 5377cb543a72f6559e1120db331c8b689d6981e2 Mon Sep 17 00:00:00 2001 From: Laura Hausmann Date: Sun, 27 Oct 2024 20:37:36 +0100 Subject: [PATCH] [sln] Code cleanup --- .../Controllers/Web/Renderers/NotificationRenderer.cs | 2 -- Iceshrimp.Frontend/Components/SearchComponent.razor | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) 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