frontend: add carddav

This commit is contained in:
Lennart
2024-11-10 12:44:56 +01:00
parent d576d997c4
commit c199682a46
4 changed files with 79 additions and 14 deletions

View File

@@ -44,6 +44,7 @@ pub fn make_app<AS: AddressbookStore + ?Sized, CS: CalendarStore + ?Sized>(
cfg,
auth_provider.clone(),
cal_store.clone(),
addr_store.clone(),
frontend_config,
)
}))