This commit is contained in:
8
BimAI.UI.Shared/Pages/ProductListPage.razor
Normal file
8
BimAI.UI.Shared/Pages/ProductListPage.razor
Normal file
@@ -0,0 +1,8 @@
|
||||
@page "/products"
|
||||
@using BimAI.UI.Shared.Components
|
||||
|
||||
<PageTitle>Produkty</PageTitle>
|
||||
|
||||
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
||||
<ProductListComponent />
|
||||
</MudContainer>
|
||||
Reference in New Issue
Block a user