implemented account list

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-02 13:57:08 +02:00
parent 44fb120891
commit a5d5d5872d
5 changed files with 29 additions and 4 deletions

View File

@@ -0,0 +1,5 @@
<script>
let { id } = $props();
</script>
<h1>Account {id}</h1>