diff --git a/Iceshrimp.Frontend/Components/AscendedNote.razor b/Iceshrimp.Frontend/Components/AscendedNote.razor
index 376fa025..cd98bad0 100644
--- a/Iceshrimp.Frontend/Components/AscendedNote.razor
+++ b/Iceshrimp.Frontend/Components/AscendedNote.razor
@@ -1,4 +1,5 @@
@using Iceshrimp.Shared.Schemas
+@* ReSharper disable once RedundantUsingDirective *@
@using Iceshrimp.Frontend.Components.Note
@inject NavigationManager NavigationManager
diff --git a/Iceshrimp.Frontend/Components/Compose.razor b/Iceshrimp.Frontend/Components/Compose.razor
index e620e2ea..075b0fe9 100644
--- a/Iceshrimp.Frontend/Components/Compose.razor
+++ b/Iceshrimp.Frontend/Components/Compose.razor
@@ -1,4 +1,3 @@
-@using AngleSharp.Dom
@using Iceshrimp.Assets.PhosphorIcons
@using Iceshrimp.Frontend.Core.Services
@using Iceshrimp.Shared.Schemas
@@ -9,15 +8,17 @@
@inject IJSRuntime Js
@inject ApiService ApiService
@inject ComposeService ComposeService
+@inject SessionService SessionService
@inject IStringLocalizer
Loc;
-@inject SessionService SessionService