@using Groceries.Data @using Microsoft.EntityFrameworkCore @inject AppDbContext DbContext
@code { [Parameter] public Store? Store { get; set; } [Parameter] public RenderFragment? ChildContent { get; set; } [Parameter(CaptureUnmatchedValues = true)] public Dictionary