8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
@page "/invoices"
|
|
@using BimAI.UI.Shared.Components
|
|
|
|
<PageTitle>Faktury</PageTitle>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
|
<InvoiceListComponent />
|
|
</MudContainer> |