Files
2026-07-21 14:14:44 +07:00

8 lines
147 B
Plaintext

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