implemented account list
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
5
frontend/src/routes/accounting/account.svelte
Normal file
5
frontend/src/routes/accounting/account.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
let { id } = $props();
|
||||
|
||||
</script>
|
||||
<h1>Account {id}</h1>
|
||||
Reference in New Issue
Block a user