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