parent
34cbb663ac
commit
6901e0d8d5
@ -0,0 +1,10 @@
|
|||||||
|
@page "/inventory"
|
||||||
|
<h3>Inventory</h3>
|
||||||
|
|
||||||
|
|
||||||
|
<grid class="Inventory">
|
||||||
|
@foreach (var item in Items)
|
||||||
|
{
|
||||||
|
@item()
|
||||||
|
}
|
||||||
|
</grid>
|
Loading…
Reference in new issue