17 lines
389 B
Plaintext
17 lines
389 B
Plaintext
@page "/ispezione"
|
|
@using SteUp.Shared.Components.Layout
|
|
@using SteUp.Shared.Components.SingleElements.Card
|
|
|
|
<HeaderLayout Title="Ispezione" BackTo="Indietro" Back="true"/>
|
|
|
|
<div class="container content pb-safe-area">
|
|
<InspectionCard Ispezione="SteupDataService.InspectionPageState.Ispezione"/>
|
|
</div>
|
|
|
|
@code {
|
|
|
|
protected override async Task OnInitializedAsync()
|
|
{
|
|
}
|
|
|
|
} |