8 lines
180 B
Plaintext
8 lines
180 B
Plaintext
@page "/products"
|
|
@using DiunaBI.UI.Shared.Components
|
|
|
|
<PageTitle>Warstwy</PageTitle>
|
|
|
|
<MudContainer MaxWidth="MaxWidth.ExtraExtraLarge">
|
|
<LayerListComponent />
|
|
</MudContainer> |