parent
e091b9e2a1
commit
6324bee421
@ -1,9 +1,12 @@
|
||||
@page "/inventory"
|
||||
@using CetteAppliVaMarcher.Components
|
||||
<h3>Inventory</h3>
|
||||
|
||||
|
||||
<Grid>
|
||||
<Blazorise.Column>
|
||||
@foreach (var item in Items)
|
||||
{
|
||||
<CraftingItem Item="item"/>
|
||||
}
|
||||
</Blazorise.Column>
|
||||
<div/>
|
||||
</Grid>
|
Loading…
Reference in new issue