Try your search with a different keyword or use * as a wildcard.
@T("Header.SkipNavigation.Text")
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderBefore })
@await Component.InvokeAsync(typeof(TaxTypeSelectorViewComponent))
@await Component.InvokeAsync(typeof(CurrencySelectorViewComponent))
@await Component.InvokeAsync(typeof(LanguageSelectorViewComponent))
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderSelectors })
@await Component.InvokeAsync(typeof(HeaderLinksViewComponent))
@await Component.InvokeAsync(typeof(FlyoutShoppingCartViewComponent))
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderMiddle })
@await Component.InvokeAsync(typeof(LogoViewComponent))
@await Component.InvokeAsync(typeof(SearchBoxViewComponent))
@await Component.InvokeAsync(typeof(WidgetViewComponent), new { widgetZone = PublicWidgetZones.HeaderAfter })