merged
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
commit
ee46227910
@ -1,19 +1,8 @@
|
||||
@page "/inventory"
|
||||
@using Blazor.Components
|
||||
|
||||
<PageTitle>Counter</PageTitle>
|
||||
<PageTitle>Inventory</PageTitle>
|
||||
|
||||
<h1>Inventory</h1>
|
||||
|
||||
<div id="master">
|
||||
<div class="inventory">
|
||||
<span>
|
||||
<Inventory/>
|
||||
</span>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="inventory-list">
|
||||
<InventoryList/>
|
||||
</div>
|
||||
</div>
|
||||
<Inventory/>
|
||||
|
Loading…
Reference in new issue