Files
2026-07-21 13:52:43 +07:00

8 lines
144 B
Plaintext

@page "/purchase/bill-report"
@using Indotalent.Features.Purchase.BillReport.Components
@using MudBlazor
<_BillReportDataTable />
@code {
}