Files
blazor-saas-crm/Features/Purchase/PaymentDisburseReport/Components/PaymentDisburseReportPage.razor
T
2026-07-21 14:14:44 +07:00

8 lines
178 B
Plaintext

@page "/purchase/payment-disburse-report"
@using Indotalent.Features.Purchase.PaymentDisburseReport.Components
@using MudBlazor
<_PaymentDisburseReportDataTable />
@code {
}