@using PlanTempus.Application.Features.Dashboard.Components Venteliste (@WaitlistItemCatalog.AllKeys.Count()) @foreach (var key in WaitlistItemCatalog.AllKeys) { @await Component.InvokeAsync("WaitlistItem", key) }