Files
BimAI/BimAI.UI.Shared/Pages/ProductListPage.razor
Michał Zieliński 6d2c46d971
Some checks failed
Build Bimix / Build WebAPI and WebUI (push) Failing after 12s
App name refactor
2025-10-11 11:33:46 +02:00

8 lines
181 B
Plaintext

@page "/products"
@using BimAI.UI.Shared.Components
<PageTitle>Produkty</PageTitle>
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
<ProductListComponent />
</MudContainer>