diff --git a/web/src/lib/ExportModal.svelte b/web/src/lib/ExportModal.svelte new file mode 100644 index 0000000..e1da309 --- /dev/null +++ b/web/src/lib/ExportModal.svelte @@ -0,0 +1,70 @@ + + + + + + Von: + + + + + Bis: + + + + + { + modal.close(); + + fromDate = undefined; + toDate = undefined; + }}>Abbrechen + Export CSV + + + + +