8 lines
153 B
Plaintext
8 lines
153 B
Plaintext
@page "/purchase/receive-report"
|
|
@using Indotalent.Features.Purchase.ReceiveReport.Components
|
|
@using MudBlazor
|
|
|
|
<_ReceiveReportDataTable />
|
|
|
|
@code {
|
|
} |