8 lines
144 B
Plaintext
8 lines
144 B
Plaintext
@page "/purchase/bill-report"
|
|
@using Indotalent.Features.Purchase.BillReport.Components
|
|
@using MudBlazor
|
|
|
|
<_BillReportDataTable />
|
|
|
|
@code {
|
|
} |