working on entry form
Signed-off-by: Stephan Richter <s.richter@srsoftware.de>
This commit is contained in:
5
frontend/src/routes/accounting/new.svelte
Normal file
5
frontend/src/routes/accounting/new.svelte
Normal file
@@ -0,0 +1,5 @@
|
||||
<script>
|
||||
import EntryForm from './add_entry.svelte';
|
||||
</script>
|
||||
|
||||
<EntryForm new_account={true} />
|
||||
Reference in New Issue
Block a user