Files
2026-07-21 13:59:38 +07:00

8 lines
169 B
Plaintext

@page "/sales/payment-receive-report"
@using Indotalent.Features.Sales.PaymentReceiveReport.Components
@using MudBlazor
<_PaymentReceiveReportDataTable />
@code {
}