Files
DiunaBI/DiunaBI.UI.Shared/Pages/JobListPage.razor

9 lines
172 B
Plaintext
Raw Normal View History

2025-12-03 13:33:38 +01:00
@page "/jobs"
@using DiunaBI.UI.Shared.Components
<PageTitle>Jobs</PageTitle>
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
<JobListComponent />
</MudContainer>