@page "/search" @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["Search"] @code { }