frontend: Add calendar editing form

This commit is contained in:
Lennart
2025-07-18 21:00:58 +02:00
parent 16f9ce6f38
commit a827b40b47
5 changed files with 280 additions and 0 deletions

View File

@@ -15,6 +15,7 @@ export default defineConfig({
rollupOptions: {
input: [
"lib/create-calendar-form.ts",
"lib/edit-calendar-form.ts",
"lib/create-addressbook-form.ts",
"lib/delete-button.ts",
],