Files
blazor-scm/Features/Sales/DeliveryReport/Components/DeliveryReportPage.razor
T
2026-07-21 14:28:43 +07:00

8 lines
150 B
Plaintext

@page "/sales/delivery-report"
@using Indotalent.Features.Sales.DeliveryReport.Components
@using MudBlazor
<_DeliveryReportDataTable />
@code {
}