ADD : création of the inventory page

master
Lucie Bedouret 2 years ago
parent 9727900994
commit a6a072dcf5

@ -0,0 +1,6 @@
@page "/inventory"
<h3>Inventory</h3>

@ -0,0 +1,8 @@
using System;
namespace myBlazorApp.Pages
{
public partial class Inventory
{
}
}

@ -14,6 +14,11 @@
<span class="oi oi-list-rich" /> List
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="inventory">
<span class="oi oi-list-rich" /> Inventory
</NavLink>
</div>
<div class="nav-item px-3">
<NavLink class="nav-link" href="" Match="NavLinkMatch.All">
<span class="oi oi-home" aria-hidden="true"></span> Home

Loading…
Cancel
Save