Files
2026-07-21 13:59:38 +07:00

8 lines
150 B
Plaintext

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