Files
blazor-oms/Features/Purchase/PaymentDisburseReport/Components/PaymentDisburseReportPage.razor
T
2026-07-21 13:38:38 +07:00

8 lines
178 B
Plaintext

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