Files
blazor-swm/Features/Sales/CommissionReport/Components/CommissionReportPage.razor
T
2026-07-21 14:35:37 +07:00

8 lines
156 B
Plaintext

@page "/sales/commission-report"
@using Indotalent.Features.Sales.CommissionReport.Components
@using MudBlazor
<_CommissionReportDataTable />
@code {
}