refactor(app): move account razor inline code to partial classes

This commit is contained in:
2026-04-03 12:59:06 +02:00
parent 9807e4d61d
commit 55c2c01418
10 changed files with 294 additions and 181 deletions

View File

@@ -7,6 +7,3 @@
}
</div>
@code {
[Parameter] public List<AccountSummaryDto> Accounts { get; set; } = new();
}