fetchServiceShoporders works

This commit is contained in:
2023-01-06 21:54:20 -07:00
parent f0c2140f93
commit b6868e2608
41 changed files with 1384 additions and 0 deletions

View File

@ -0,0 +1,7 @@
@page "/counter"
<PageTitle>Counter</PageTitle>
<MudText Typo="Typo.h3" GutterBottom="true">Counter</MudText>
<MudText Class="mb-4">Current count: @_CurrentCount</MudText>
<MudButton Color="Color.Primary" Variant="Variant.Filled" @onclick="IncrementCount">Click me</MudButton>