create invoice component

This commit is contained in:
zzdrojewskipaw
2025-11-27 23:52:32 +01:00
parent 2b7ed3e451
commit 437d6d8f42
14 changed files with 624 additions and 1 deletions

View File

@@ -0,0 +1,8 @@
@page "/invoices"
@using BimAI.UI.Shared.Components
<PageTitle>Faktury</PageTitle>
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
<InvoiceListComponent />
</MudContainer>