diff --git a/Iceshrimp.Backend/Controllers/AdminController.cs b/Iceshrimp.Backend/Controllers/AdminController.cs index b9e49f9f..d8ed6ebc 100644 --- a/Iceshrimp.Backend/Controllers/AdminController.cs +++ b/Iceshrimp.Backend/Controllers/AdminController.cs @@ -11,7 +11,6 @@ using Iceshrimp.Backend.Core.Federation.ActivityStreams.Types; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; diff --git a/Iceshrimp.Backend/Controllers/AuthController.cs b/Iceshrimp.Backend/Controllers/AuthController.cs index c474efb3..972005d4 100644 --- a/Iceshrimp.Backend/Controllers/AuthController.cs +++ b/Iceshrimp.Backend/Controllers/AuthController.cs @@ -6,7 +6,6 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/DriveController.cs b/Iceshrimp.Backend/Controllers/DriveController.cs index 5ff4557e..5cfddd4c 100644 --- a/Iceshrimp.Backend/Controllers/DriveController.cs +++ b/Iceshrimp.Backend/Controllers/DriveController.cs @@ -4,7 +4,6 @@ using Iceshrimp.Backend.Core.Configuration; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Cors; using Microsoft.AspNetCore.Mvc; diff --git a/Iceshrimp.Backend/Controllers/EmojiController.cs b/Iceshrimp.Backend/Controllers/EmojiController.cs index 08e328f0..d8caaa89 100644 --- a/Iceshrimp.Backend/Controllers/EmojiController.cs +++ b/Iceshrimp.Backend/Controllers/EmojiController.cs @@ -3,7 +3,6 @@ using Iceshrimp.Backend.Core.Configuration; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/FallbackController.cs b/Iceshrimp.Backend/Controllers/FallbackController.cs index 66b07057..10534fcc 100644 --- a/Iceshrimp.Backend/Controllers/FallbackController.cs +++ b/Iceshrimp.Backend/Controllers/FallbackController.cs @@ -1,7 +1,6 @@ using System.Net; using System.Net.Mime; using Iceshrimp.Backend.Core.Middleware; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Cors; using Microsoft.AspNetCore.Mvc; diff --git a/Iceshrimp.Backend/Controllers/Federation/ActivityPubController.cs b/Iceshrimp.Backend/Controllers/Federation/ActivityPubController.cs index bd124b7b..30f04657 100644 --- a/Iceshrimp.Backend/Controllers/Federation/ActivityPubController.cs +++ b/Iceshrimp.Backend/Controllers/Federation/ActivityPubController.cs @@ -9,7 +9,6 @@ using Iceshrimp.Backend.Core.Federation.ActivityStreams.Types; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Queues; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.EntityFrameworkCore; diff --git a/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs b/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs index e6a408eb..162378e6 100644 --- a/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs +++ b/Iceshrimp.Backend/Controllers/Federation/WellKnownController.cs @@ -8,7 +8,6 @@ using Iceshrimp.Backend.Core.Configuration; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Federation.WebFinger; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Cors; using Microsoft.AspNetCore.Mvc; diff --git a/Iceshrimp.Backend/Controllers/NoteController.cs b/Iceshrimp.Backend/Controllers/NoteController.cs index 310a04b7..8804a809 100644 --- a/Iceshrimp.Backend/Controllers/NoteController.cs +++ b/Iceshrimp.Backend/Controllers/NoteController.cs @@ -10,7 +10,6 @@ using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/NotificationController.cs b/Iceshrimp.Backend/Controllers/NotificationController.cs index 0e2cf7a4..99f9ffc0 100644 --- a/Iceshrimp.Backend/Controllers/NotificationController.cs +++ b/Iceshrimp.Backend/Controllers/NotificationController.cs @@ -5,7 +5,6 @@ using Iceshrimp.Backend.Controllers.Schemas; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Middleware; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/Renderers/NoteRenderer.cs b/Iceshrimp.Backend/Controllers/Renderers/NoteRenderer.cs index e65f4c6b..702d57a6 100644 --- a/Iceshrimp.Backend/Controllers/Renderers/NoteRenderer.cs +++ b/Iceshrimp.Backend/Controllers/Renderers/NoteRenderer.cs @@ -4,7 +4,6 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; diff --git a/Iceshrimp.Backend/Controllers/Renderers/NotificationRenderer.cs b/Iceshrimp.Backend/Controllers/Renderers/NotificationRenderer.cs index 0b48e324..a0e268bc 100644 --- a/Iceshrimp.Backend/Controllers/Renderers/NotificationRenderer.cs +++ b/Iceshrimp.Backend/Controllers/Renderers/NotificationRenderer.cs @@ -1,6 +1,5 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; namespace Iceshrimp.Backend.Controllers.Renderers; diff --git a/Iceshrimp.Backend/Controllers/Renderers/UserProfileRenderer.cs b/Iceshrimp.Backend/Controllers/Renderers/UserProfileRenderer.cs index 61440db3..0a043c7c 100644 --- a/Iceshrimp.Backend/Controllers/Renderers/UserProfileRenderer.cs +++ b/Iceshrimp.Backend/Controllers/Renderers/UserProfileRenderer.cs @@ -1,7 +1,6 @@ using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.EntityFrameworkCore; diff --git a/Iceshrimp.Backend/Controllers/Renderers/UserRenderer.cs b/Iceshrimp.Backend/Controllers/Renderers/UserRenderer.cs index 71a4a9ca..947b2f7e 100644 --- a/Iceshrimp.Backend/Controllers/Renderers/UserRenderer.cs +++ b/Iceshrimp.Backend/Controllers/Renderers/UserRenderer.cs @@ -2,7 +2,6 @@ using Iceshrimp.Backend.Core.Configuration; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.EntityFrameworkCore; using Microsoft.Extensions.Options; diff --git a/Iceshrimp.Backend/Controllers/SearchController.cs b/Iceshrimp.Backend/Controllers/SearchController.cs index c5c0d1e8..c9afc897 100644 --- a/Iceshrimp.Backend/Controllers/SearchController.cs +++ b/Iceshrimp.Backend/Controllers/SearchController.cs @@ -9,7 +9,6 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/SettingsController.cs b/Iceshrimp.Backend/Controllers/SettingsController.cs index 4ef9e4e1..78cd5eaf 100644 --- a/Iceshrimp.Backend/Controllers/SettingsController.cs +++ b/Iceshrimp.Backend/Controllers/SettingsController.cs @@ -2,7 +2,6 @@ using System.Net.Mime; using Iceshrimp.Backend.Core.Database; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Middleware; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/TimelineController.cs b/Iceshrimp.Backend/Controllers/TimelineController.cs index ccef2527..3739bbae 100644 --- a/Iceshrimp.Backend/Controllers/TimelineController.cs +++ b/Iceshrimp.Backend/Controllers/TimelineController.cs @@ -7,7 +7,6 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Controllers/UserController.cs b/Iceshrimp.Backend/Controllers/UserController.cs index 722d6bef..212fc8af 100644 --- a/Iceshrimp.Backend/Controllers/UserController.cs +++ b/Iceshrimp.Backend/Controllers/UserController.cs @@ -8,7 +8,6 @@ using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Mvc; using Microsoft.AspNetCore.RateLimiting; diff --git a/Iceshrimp.Backend/Core/Extensions/ServiceExtensions.cs b/Iceshrimp.Backend/Core/Extensions/ServiceExtensions.cs index c8f44f91..bd55eb98 100644 --- a/Iceshrimp.Backend/Core/Extensions/ServiceExtensions.cs +++ b/Iceshrimp.Backend/Core/Extensions/ServiceExtensions.cs @@ -12,7 +12,6 @@ using Iceshrimp.Backend.Core.Middleware; using Iceshrimp.Backend.Core.Services; using Iceshrimp.Backend.Hubs.Authentication; using Iceshrimp.Shared.Configuration; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.Authentication; using Microsoft.AspNetCore.DataProtection; diff --git a/Iceshrimp.Backend/Core/Helpers/NoteThreadHelpers.cs b/Iceshrimp.Backend/Core/Helpers/NoteThreadHelpers.cs index cfe25923..859c9b54 100644 --- a/Iceshrimp.Backend/Core/Helpers/NoteThreadHelpers.cs +++ b/Iceshrimp.Backend/Core/Helpers/NoteThreadHelpers.cs @@ -1,6 +1,5 @@ using System.Linq.Expressions; using Iceshrimp.Backend.Controllers.Mastodon.Schemas.Entities; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; namespace Iceshrimp.Backend.Core.Helpers; diff --git a/Iceshrimp.Backend/Core/Middleware/ErrorHandlerMiddleware.cs b/Iceshrimp.Backend/Core/Middleware/ErrorHandlerMiddleware.cs index 11759e1f..19036900 100644 --- a/Iceshrimp.Backend/Core/Middleware/ErrorHandlerMiddleware.cs +++ b/Iceshrimp.Backend/Core/Middleware/ErrorHandlerMiddleware.cs @@ -3,7 +3,6 @@ using System.Net; using Iceshrimp.Backend.Controllers.Mastodon.Attributes; using Iceshrimp.Backend.Controllers.Mastodon.Schemas; using Iceshrimp.Backend.Core.Configuration; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.Web; using Microsoft.Extensions.Options; diff --git a/Iceshrimp.Backend/Core/Services/StreamingService.cs b/Iceshrimp.Backend/Core/Services/StreamingService.cs index 240d7a98..9d20bb35 100644 --- a/Iceshrimp.Backend/Core/Services/StreamingService.cs +++ b/Iceshrimp.Backend/Core/Services/StreamingService.cs @@ -4,7 +4,6 @@ using Iceshrimp.Backend.Controllers.Renderers; using Iceshrimp.Backend.Core.Database.Tables; using Iceshrimp.Backend.Hubs; using Iceshrimp.Backend.Hubs.Helpers; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.SignalR; using Iceshrimp.Shared.Schemas.Web; using Microsoft.AspNetCore.SignalR; diff --git a/Iceshrimp.Backend/Hubs/Helpers/StreamingConnectionAggregate.cs b/Iceshrimp.Backend/Hubs/Helpers/StreamingConnectionAggregate.cs index a435da04..33b66e3a 100644 --- a/Iceshrimp.Backend/Hubs/Helpers/StreamingConnectionAggregate.cs +++ b/Iceshrimp.Backend/Hubs/Helpers/StreamingConnectionAggregate.cs @@ -7,7 +7,6 @@ using Iceshrimp.Backend.Core.Events; using Iceshrimp.Backend.Core.Extensions; using Iceshrimp.Backend.Core.Helpers; using Iceshrimp.Backend.Core.Services; -using Iceshrimp.Shared.Schemas; using Iceshrimp.Shared.Schemas.SignalR; using Iceshrimp.Shared.Schemas.Web; using JetBrains.Annotations; diff --git a/Iceshrimp.Frontend/Components/AscendedNote.razor b/Iceshrimp.Frontend/Components/AscendedNote.razor index 4938e0ca..f1faa926 100644 --- a/Iceshrimp.Frontend/Components/AscendedNote.razor +++ b/Iceshrimp.Frontend/Components/AscendedNote.razor @@ -1,6 +1,5 @@ @* ReSharper disable once RedundantUsingDirective *@ @using Iceshrimp.Frontend.Components.Note -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @inject NavigationManager NavigationManager
diff --git a/Iceshrimp.Frontend/Components/AttachmentComponent.razor b/Iceshrimp.Frontend/Components/AttachmentComponent.razor index 23ff5ee6..dd343ef4 100644 --- a/Iceshrimp.Frontend/Components/AttachmentComponent.razor +++ b/Iceshrimp.Frontend/Components/AttachmentComponent.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Assets.PhosphorIcons -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @if (Attachment.ContentType.StartsWith("image")) diff --git a/Iceshrimp.Frontend/Components/AttachmentView.razor b/Iceshrimp.Frontend/Components/AttachmentView.razor index fbb0dd69..b7be5bf5 100644 --- a/Iceshrimp.Frontend/Components/AttachmentView.razor +++ b/Iceshrimp.Frontend/Components/AttachmentView.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Assets.PhosphorIcons -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @inject IJSRuntime Js diff --git a/Iceshrimp.Frontend/Components/Compose.razor b/Iceshrimp.Frontend/Components/Compose.razor index c39d5df1..99b266f3 100644 --- a/Iceshrimp.Frontend/Components/Compose.razor +++ b/Iceshrimp.Frontend/Components/Compose.razor @@ -3,7 +3,6 @@ @using Iceshrimp.Frontend.Core.Services @using Iceshrimp.Frontend.Localization @using Iceshrimp.Parsing -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @using Microsoft.Extensions.Localization @inject IJSRuntime Js diff --git a/Iceshrimp.Frontend/Components/EmojiPicker.razor b/Iceshrimp.Frontend/Components/EmojiPicker.razor index 39e4a823..a2f73dd3 100644 --- a/Iceshrimp.Frontend/Components/EmojiPicker.razor +++ b/Iceshrimp.Frontend/Components/EmojiPicker.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Frontend.Core.Services -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @inject EmojiService EmojiService diff --git a/Iceshrimp.Frontend/Components/LazyNote.razor b/Iceshrimp.Frontend/Components/LazyNote.razor index 757af2b9..77b0b631 100644 --- a/Iceshrimp.Frontend/Components/LazyNote.razor +++ b/Iceshrimp.Frontend/Components/LazyNote.razor @@ -1,4 +1,3 @@ -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @using Ljbc1994.Blazor.IntersectionObserver @using Ljbc1994.Blazor.IntersectionObserver.API diff --git a/Iceshrimp.Frontend/Components/MfmText.razor b/Iceshrimp.Frontend/Components/MfmText.razor index 8ea6cb92..aa9023b8 100644 --- a/Iceshrimp.Frontend/Components/MfmText.razor +++ b/Iceshrimp.Frontend/Components/MfmText.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Frontend.Core.Miscellaneous -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @TextBody diff --git a/Iceshrimp.Frontend/Components/Note/Note.razor b/Iceshrimp.Frontend/Components/Note/Note.razor index ba3d85b4..75496e13 100644 --- a/Iceshrimp.Frontend/Components/Note/Note.razor +++ b/Iceshrimp.Frontend/Components/Note/Note.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Frontend.Core.Services -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @inject ApiService ApiService @inject NavigationManager NavigationManager diff --git a/Iceshrimp.Frontend/Components/Note/NoteAttachments.razor b/Iceshrimp.Frontend/Components/Note/NoteAttachments.razor index 7a0205d6..75494604 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteAttachments.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteAttachments.razor @@ -1,4 +1,3 @@ -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web
@foreach (var element in Attachments) diff --git a/Iceshrimp.Frontend/Components/Note/NoteBody.razor b/Iceshrimp.Frontend/Components/Note/NoteBody.razor index ad689ac3..ae77f717 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteBody.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteBody.razor @@ -1,4 +1,3 @@ -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @if (NoteBase.Cw != null) { diff --git a/Iceshrimp.Frontend/Components/Note/NoteComponent.razor b/Iceshrimp.Frontend/Components/Note/NoteComponent.razor index fb55de90..1126792f 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteComponent.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteComponent.razor @@ -1,5 +1,4 @@ @using Iceshrimp.Frontend.Core.Services -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @inject ApiService ApiService; @inject NavigationManager NavigationManager diff --git a/Iceshrimp.Frontend/Components/Note/NoteFooter.razor b/Iceshrimp.Frontend/Components/Note/NoteFooter.razor index cbc8e783..3efa637d 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteFooter.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteFooter.razor @@ -1,7 +1,6 @@ @using Iceshrimp.Assets.PhosphorIcons @using Iceshrimp.Frontend.Core.Services @using Iceshrimp.Frontend.Localization -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @using Microsoft.Extensions.Localization @inject IStringLocalizer Loc; diff --git a/Iceshrimp.Frontend/Components/Note/NoteMetadata.razor b/Iceshrimp.Frontend/Components/Note/NoteMetadata.razor index 0b611b3f..2c3a51e7 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteMetadata.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteMetadata.razor @@ -1,6 +1,5 @@ @using Iceshrimp.Assets.PhosphorIcons @using Iceshrimp.Frontend.Localization -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web @using Microsoft.Extensions.Localization @inject IStringLocalizer Loc; diff --git a/Iceshrimp.Frontend/Components/Note/NoteReaction.razor b/Iceshrimp.Frontend/Components/Note/NoteReaction.razor index 10a9f448..f5834b44 100644 --- a/Iceshrimp.Frontend/Components/Note/NoteReaction.razor +++ b/Iceshrimp.Frontend/Components/Note/NoteReaction.razor @@ -1,4 +1,3 @@ -@using Iceshrimp.Shared.Schemas @using Iceshrimp.Shared.Schemas.Web