put synctoken into common module

This commit is contained in:
Lennart
2024-10-28 17:47:00 +01:00
parent db01df5cb8
commit d9b9b0825c
6 changed files with 18 additions and 31 deletions

View File

@@ -6,6 +6,7 @@ pub mod timestamp;
pub use error::Error;
pub mod auth;
pub mod calendar;
pub mod synctoken;
pub use addressbook_store::AddressbookStore;
pub use calendar_store::CalendarStore;