Files
2026-07-21 13:52:43 +07:00

8 lines
147 B
Plaintext

@page "/sales/invoice-report"
@using Indotalent.Features.Sales.InvoiceReport.Components
@using MudBlazor
<_InvoiceReportDataTable />
@code {
}