8 lines
156 B
Plaintext
8 lines
156 B
Plaintext
@page "/purchase/purchase-report"
|
|
@using Indotalent.Features.Purchase.PurchaseReport.Components
|
|
@using MudBlazor
|
|
|
|
<_PurchaseReportDataTable />
|
|
|
|
@code {
|
|
} |