8 lines
169 B
Plaintext
8 lines
169 B
Plaintext
@page "/sales/payment-receive-report"
|
|
@using Indotalent.Features.Sales.PaymentReceiveReport.Components
|
|
@using MudBlazor
|
|
|
|
<_PaymentReceiveReportDataTable />
|
|
|
|
@code {
|
|
} |