build v0.8.10-beta

This commit is contained in:
Frede Hundewadt 2022-06-19 17:41:54 +02:00
parent f731bc4b58
commit 4edfb9b7c3
3 changed files with 17 additions and 0 deletions

View file

@ -0,0 +1,5 @@
<h3>ReportTableComponent</h3>
@code {
}

View file

@ -0,0 +1,6 @@
namespace Wonky.Client.Components;
public class ReportTableComponent_razor
{
}

View file

@ -0,0 +1,6 @@
namespace Wonky.Entity.Views;
public class NgSalesReportListView
{
}