@page "/Inventory"
@using System.Globalization
@using BlazorApp1.Components
<h1>@Localizer["TitleInv"]</h1>
<div>
<Inventory Items="Items"/>
</div>