Files
blazor-scm/Features/Purchase/BillReport/Components/BillReportPage.razor
T
2026-07-21 14:28:43 +07:00

8 lines
144 B
Plaintext

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