Files
DiunaBI/src/Backend/DiunaBI.UI.Shared/Pages/LayerListPage.razor

8 lines
180 B
Plaintext
Raw Normal View History

2025-11-06 10:20:00 +01:00
@page "/products"
@using DiunaBI.UI.Shared.Components
<PageTitle>Warstwy</PageTitle>
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
<LayerListComponent />
</MudContainer>