working on entry form

Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
2026-04-01 23:26:04 +02:00
parent 5dcd8be93a
commit 71f91f0f61
5 changed files with 124 additions and 3 deletions

View File

@@ -0,0 +1,5 @@
<script>
import EntryForm from './add_entry.svelte';
</script>
<EntryForm new_account={true} />