8 lines
178 B
Plaintext
8 lines
178 B
Plaintext
@page "/purchase/payment-disburse-report"
|
|
@using Indotalent.Features.Purchase.PaymentDisburseReport.Components
|
|
@using MudBlazor
|
|
|
|
<_PaymentDisburseReportDataTable />
|
|
|
|
@code {
|
|
} |