Files
blazor-cms/Features/Sales/PaymentReceiveReport/Components/PaymentReceiveReportPage.razor
T
2026-07-21 13:52:43 +07:00

8 lines
169 B
Plaintext

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