Fixed indentations making pipeline fail. Hopefully
Some checks failed
Avalonia Code Quality / Lint, Analyze & Build (push) Failing after 55s

This commit is contained in:
2025-06-05 04:57:46 +02:00
parent c82300da81
commit b2246726a5
2 changed files with 24 additions and 1 deletions

6
Models/Invoice.cs Normal file
View File

@ -0,0 +1,6 @@
namespace Invoice_App.Models;
public class Invoice
{
}