8 lines
147 B
Plaintext
8 lines
147 B
Plaintext
@page "/sales/invoice-report"
|
|
@using Indotalent.Features.Sales.InvoiceReport.Components
|
|
@using MudBlazor
|
|
|
|
<_InvoiceReportDataTable />
|
|
|
|
@code {
|
|
} |