@page "/follow-requests" @using Iceshrimp.Assets.PhosphorIcons @using Iceshrimp.Frontend.Components @using Iceshrimp.Frontend.Localization @using Microsoft.AspNetCore.Authorization @using Microsoft.AspNetCore.Components.Sections @using Microsoft.Extensions.Localization @attribute [Authorize] @inject IStringLocalizer Loc; @Loc["Follow requests"] @code { }