8 lines
181 B
Plaintext
8 lines
181 B
Plaintext
@page "/products"
|
|
@using BimAI.UI.Shared.Components
|
|
|
|
<PageTitle>Produkty</PageTitle>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
|
<ProductListComponent />
|
|
</MudContainer> |