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